Html Css Color HEX #64340C Baker's Chocolate

📋 copy color: '#64340C'

red 100 ◦ green 52 ◦ blue 12

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

Shades of Baker's Chocolate #64340C

Tints of Baker's Chocolate #64340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.71%

 BLUE value IS 12 (5.08% from 255) = 7.32%

R = 60.98%
G = 31.71%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#64340C (or 0x64340C) is known color: Baker's Chocolate. HEX triplet: 64, 34 and 0C. RGB value is (100,52,12). Sum of RGB (Red+Green+Blue) = 100+52+12=164 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.98% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 100 - color contains mainly: red. Hex color #64340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64340C is #9BCBF3. Grayscale: #3E3E3E. Windows color (decimal): -10210292 or 799844. OLE color: 799844.

HSL color Cylindrical-coordinate representation of color #64340C: hue angle of 27.27º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64340C is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 52 12 -
CMYK 0 0.48 0.88 0.61
HSL 27.27º 0.79% 0.22% -
HSV(B) 27.27º 0.88% 0.39% -
XYZ 6.55 5.19 1 -
YUV 61.79 99.9 155.25 -
System Red Green Blue C M Y K H S L
Decimal 100 52 12 0 0.48 0.88 0.61 27.27 0.79 0.22
Hex 64 34 C 0 30 58 3D 1B 4F 16
Octal 144 64 14 0 60 130 75 33 117 26
Binary 1100100 110100 1100 0 110000 1011000 111101 11011 1001111 10110

Color Harmonies of #64340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64340C

Black with #64340C

Text Example


Text Example

White with #64340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64340C; }

 p { color: rgb(100,52,12); }

 H1.HeaderClassName
 {
   color: #64340C;
 }
 .AnyTagClassName
 {
   color: #64340C;
 }
</style>

background-color css

<style>
 a { background-color: #64340C; }

 a { background-color: rgb(100,52,12); }

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

border-color css

<style>
 span { border-color: #64340C; }

 span { border-color: rgb(100,52,12); }

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