Html Css Color HEX #64340B Baker's Chocolate

📋 copy color: '#64340B'

red 100 ◦ green 52 ◦ blue 11

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

Shades of Baker's Chocolate #64340B

Tints of Baker's Chocolate #64340B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.75%

R = 61.35%
G = 31.9%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.61

RGB Variations

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

Color information

#64340B (or 0x64340B) is known color: Baker's Chocolate. HEX triplet: 64, 34 and 0B. RGB value is (100,52,11). Sum of RGB (Red+Green+Blue) = 100+52+11=163 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.35% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 100 - color contains mainly: red. Hex color #64340B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64340B is #9BCBF4. Grayscale: #3D3D3D. Windows color (decimal): -10210293 or 734308. OLE color: 734308.

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

Color convert

RGB 100 52 11 -
CMYK 0 0.48 0.89 0.61
HSL 27.64º 0.8% 0.22% -
HSV(B) 27.64º 0.89% 0.39% -
XYZ 6.54 5.19 0.97 -
YUV 61.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 100 52 11 0 0.48 0.89 0.61 27.64 0.8 0.22
Hex 64 34 B 0 30 59 3D 1C 50 16
Octal 144 64 13 0 60 131 75 34 120 26
Binary 1100100 110100 1011 0 110000 1011001 111101 11100 1010000 10110

Color Harmonies of #64340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64340B

Black with #64340B

Text Example


Text Example

White with #64340B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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