#64270A

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

Shades of Baker's Chocolate #64270A

Tints of Baker's Chocolate #64270A

Color information

#64270A (or 0x64270A) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 27 and 0A. RGB value is (100,39,10). Sum of RGB (Red+Green+Blue) = 100+39+10=149 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.11% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 100 - color contains mainly: red. Hex color #64270A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64270A is #9BD8F5. Grayscale: #363636. Windows color (decimal): -10213622 or 665444. OLE color: 665444.

HSL color Cylindrical-coordinate representation of color #64270A: hue angle of 19.33º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64270A is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB1003910-
CMYK00.610.900.61
HSL19.33º81.82%21.57%-
HSV(B)19.33º90%39.22%-
XYZ6.044.180.78-
YUV53.93103.21160.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 67.11%
GREEN value IS 39 (15.62% from 255) = 26.17%
BLUE value IS 10 (4.30% from 255) = 6.71%
R=67.11%
G=26.17%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100391000.610.900.6119.3381.8221.57
Hex6427A03D5A3D135216
Octal1444712075132752312226
Binary110010010011110100111101101101011110110011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64270A; }

 p { color: rgb(100,39,10); }

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

<style>
 a { background-color: #64270A; }

 a { background-color: rgb(100,39,10); }

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

<style>
 span { border-color: #64270A; }

 span { border-color: rgb(100,39,10); }

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