Html Css Color HEX #64350E Baker's Chocolate

📋 copy color: '#64350E'

red 100 ◦ green 53 ◦ blue 14

#64350E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #64350E

Tints of Baker's Chocolate #64350E

RGB

 RED value IS 100 (39.45% from 255) = 59.88%

 GREEN value IS 53 (21.09% from 255) = 31.74%

 BLUE value IS 14 (5.86% from 255) = 8.38%

R = 59.88%
G = 31.74%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#64350E (or 0x64350E) is known color: Baker's Chocolate. HEX triplet: 64, 35 and 0E. RGB value is (100,53,14). Sum of RGB (Red+Green+Blue) = 100+53+14=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #64350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64350E is #9BCAF1. Grayscale: #3E3E3E. Windows color (decimal): -10210034 or 931172. OLE color: 931172.

HSL color Cylindrical-coordinate representation of color #64350E: hue angle of 27.21º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64350E is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 53 14 -
CMYK 0 0.47 0.86 0.61
HSL 27.21º 0.75% 0.22% -
HSV(B) 27.21º 0.86% 0.39% -
XYZ 6.61 5.29 1.09 -
YUV 62.61 100.57 154.67 -
System Red Green Blue C M Y K H S L
Decimal 100 53 14 0 0.47 0.86 0.61 27.21 0.75 0.22
Hex 64 35 E 0 2F 56 3D 1B 4B 16
Octal 144 65 16 0 57 126 75 33 113 26
Binary 1100100 110101 1110 0 101111 1010110 111101 11011 1001011 10110

Color Harmonies of #64350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64350E

Black with #64350E

Text Example


Text Example

White with #64350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64350E; }

 p { color: rgb(100,53,14); }

 H1.HeaderClassName
 {
   color: #64350E;
 }
 .AnyTagClassName
 {
   color: #64350E;
 }
</style>

background-color css

<style>
 a { background-color: #64350E; }

 a { background-color: rgb(100,53,14); }

 div.DivClassName
 {
   background-color: #64350E;
 }
 .BgClassName
 {
   background-color: #64350E;
 }
</style>

border-color css

<style>
 span { border-color: #64350E; }

 span { border-color: rgb(100,53,14); }

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