#642A0F

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

Shades of Baker's Chocolate #642A0F

Tints of Baker's Chocolate #642A0F

Color information

#642A0F (or 0x642A0F) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 2A and 0F. RGB value is (100,42,15). Sum of RGB (Red+Green+Blue) = 100+42+15=157 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.69% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 100 - color contains mainly: red. Hex color #642A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642A0F is #9BD5F0. Grayscale: #383838. Windows color (decimal): -10212849 or 993892. OLE color: 993892.

HSL color Cylindrical-coordinate representation of color #642A0F: hue angle of 19.06º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #642A0F is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB1004215-
CMYK00.580.850.61
HSL19.06º73.91%22.55%-
HSV(B)19.06º85%39.22%-
XYZ6.174.40.98-
YUV56.26104.72159.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 63.69%
GREEN value IS 42 (16.80% from 255) = 26.75%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=63.69%
G=26.75%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100421500.580.850.6119.0673.9122.55
Hex642AF03A553D134a17
Octal1445217072125752311227
Binary110010010101011110111010101010111110110011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,42,15); }

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

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

 a { background-color: rgb(100,42,15); }

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

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

 span { border-color: rgb(100,42,15); }

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