#64270D

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

Shades of Baker's Chocolate #64270D

Tints of Baker's Chocolate #64270D

Color information

#64270D (or 0x64270D) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 27 and 0D. RGB value is (100,39,13). Sum of RGB (Red+Green+Blue) = 100+39+13=152 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.79% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 100 - color contains mainly: red. Hex color #64270D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64270D is #9BD8F2. Grayscale: #363636. Windows color (decimal): -10213619 or 862052. OLE color: 862052.

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

Color convert

RGB1003913-
CMYK00.610.870.61
HSL17.93º76.99%22.16%-
HSV(B)17.93º87%39.22%-
XYZ6.054.190.87-
YUV54.27104.71160.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 65.79%
GREEN value IS 39 (15.62% from 255) = 25.66%
BLUE value IS 13 (5.47% from 255) = 8.55%
R=65.79%
G=25.66%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100391300.610.870.6117.9376.9922.16
Hex6427D03D573D124d16
Octal1444715075127752211526
Binary110010010011111010111101101011111110110010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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