#632F01

Color #632F01 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #632F01

Tints of Baker's Chocolate #632F01

Color information

#632F01 (or 0x632F01) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2F and 01. RGB value is (99,47,1). Sum of RGB (Red+Green+Blue) = 99+47+1=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #632F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632F01 is #9CD0FE. Grayscale: #393939. Windows color (decimal): -10277119 or 77667. OLE color: 77667.

HSL color Cylindrical-coordinate representation of color #632F01: hue angle of 28.16º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #632F01 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB99471-
CMYK00.530.990.61
HSL28.16º98%19.61%-
HSV(B)28.16º98.99%38.82%-
XYZ6.174.690.61-
YUV57.396.23157.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 67.35%
GREEN value IS 47 (18.75% from 255) = 31.97%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=67.35%
G=31.97%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9947100.530.990.6128.169819.61
Hex632F1035633D1c6214
Octal143571065143753414224
Binary110001110111110110101110001111110111100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632F01; }

 p { color: rgb(99,47,1); }

 H1.HeaderClassName
 {
   color: #632F01;
 }
 .AnyTagClassName
 {
   color: #632F01;
 }
</style>
background-color css

<style>
 a { background-color: #632F01; }

 a { background-color: rgb(99,47,1); }

 div.DivClassName
 {
   background-color: #632F01;
 }
 .BgClassName
 {
   background-color: #632F01;
 }
</style>
border-color css

<style>
 span { border-color: #632F01; }

 span { border-color: rgb(99,47,1); }

 td.TdClassName
 {
   border-color: #632F01;
 }
 .TagClassName
 {
   border-color: #632F01;
 }
</style>