Html Css Color HEX #64330C Baker's Chocolate

📋 copy color: '#64330C'

red 100 ◦ green 51 ◦ blue 12

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

Shades of Baker's Chocolate #64330C

Tints of Baker's Chocolate #64330C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.29%

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

R = 61.35%
G = 31.29%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#64330C (or 0x64330C) is known color: Baker's Chocolate. HEX triplet: 64, 33 and 0C. RGB value is (100,51,12). Sum of RGB (Red+Green+Blue) = 100+51+12=163 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.35% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 100 - color contains mainly: red. Hex color #64330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64330C is #9BCCF3. Grayscale: #3D3D3D. Windows color (decimal): -10210548 or 799588. OLE color: 799588.

HSL color Cylindrical-coordinate representation of color #64330C: hue angle of 26.59º 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 #64330C is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 51 12 -
CMYK 0 0.49 0.88 0.61
HSL 26.59º 0.79% 0.22% -
HSV(B) 26.59º 0.88% 0.39% -
XYZ 6.51 5.1 0.99 -
YUV 61.21 100.23 155.67 -
System Red Green Blue C M Y K H S L
Decimal 100 51 12 0 0.49 0.88 0.61 26.59 0.79 0.22
Hex 64 33 C 0 31 58 3D 1B 4F 16
Octal 144 63 14 0 61 130 75 33 117 26
Binary 1100100 110011 1100 0 110001 1011000 111101 11011 1001111 10110

Color Harmonies of #64330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64330C

Black with #64330C

Text Example


Text Example

White with #64330C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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