#641D02

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

Shades of Baker's Chocolate #641D02

Tints of Baker's Chocolate #641D02

Color information

#641D02 (or 0x641D02) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 1D and 02. RGB value is (100,29,2). Sum of RGB (Red+Green+Blue) = 100+29+2=131 (17% of max value = 765). Red value is 100 (39.45% from 255 or 76.34% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 100 - color contains mainly: red. Hex color #641D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641D02 is #9BE2FD. Grayscale: #2F2F2F. Windows color (decimal): -10216190 or 138596. OLE color: 138596.

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

Color convert

RGB100292-
CMYK00.710.980.61
HSL16.53º96.08%20%-
HSV(B)16.53º98%39.22%-
XYZ5.713.590.45-
YUV47.15102.52165.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 76.34%
GREEN value IS 29 (11.72% from 255) = 22.14%
BLUE value IS 2 (1.17% from 255) = 1.53%
R=76.34%
G=22.14%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10029200.710.980.6116.5396.0820
Hex641D2047623D116014
Octal1443520107142752114024
Binary1100100111011001000111110001011110110001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641D02; }

 p { color: rgb(100,29,2); }

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

<style>
 a { background-color: #641D02; }

 a { background-color: rgb(100,29,2); }

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

<style>
 span { border-color: #641D02; }

 span { border-color: rgb(100,29,2); }

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