#642F19

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

Shades of Baker's Chocolate #642F19

Tints of Baker's Chocolate #642F19

Color information

#642F19 (or 0x642F19) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 2F and 19. RGB value is (100,47,25). Sum of RGB (Red+Green+Blue) = 100+47+25=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #642F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642F19 is #9BD0E6. Grayscale: #3C3C3C. Windows color (decimal): -10211559 or 1650532. OLE color: 1650532.

HSL color Cylindrical-coordinate representation of color #642F19: hue angle of 17.6º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #642F19 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB1004725-
CMYK00.530.750.61
HSL17.6º60%24.51%-
HSV(B)17.6º75%39.22%-
XYZ6.454.811.51-
YUV60.34108.06156.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.14%
GREEN value IS 47 (18.75% from 255) = 27.33%
BLUE value IS 25 (10.16% from 255) = 14.53%
R=58.14%
G=27.33%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100472500.530.750.6117.66024.51
Hex642F190354B3D123c19
Octal144573106511375227431
Binary110010010111111001011010110010111111011001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642F19; }

 p { color: rgb(100,47,25); }

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

<style>
 a { background-color: #642F19; }

 a { background-color: rgb(100,47,25); }

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

<style>
 span { border-color: #642F19; }

 span { border-color: rgb(100,47,25); }

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