Html Css Color HEX #64331C Baker's Chocolate

📋 copy color: '#64331C'

red 100 ◦ green 51 ◦ blue 28

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

Shades of Baker's Chocolate #64331C

Tints of Baker's Chocolate #64331C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.64%

R = 55.87%
G = 28.49%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#64331C (or 0x64331C) is known color: Baker's Chocolate. HEX triplet: 64, 33 and 1C. RGB value is (100,51,28). Sum of RGB (Red+Green+Blue) = 100+51+28=179 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.87% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 100 - color contains mainly: red. Hex color #64331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64331C is #9BCCE3. Grayscale: #3F3F3F. Windows color (decimal): -10210532 or 1848164. OLE color: 1848164.

HSL color Cylindrical-coordinate representation of color #64331C: hue angle of 19.17º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64331C is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 51 28 -
CMYK 0 0.49 0.72 0.61
HSL 19.17º 0.56% 0.25% -
HSV(B) 19.17º 0.72% 0.39% -
XYZ 6.65 5.16 1.74 -
YUV 63.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 100 51 28 0 0.49 0.72 0.61 19.17 0.56 0.25
Hex 64 33 1C 0 31 48 3D 13 38 19
Octal 144 63 34 0 61 110 75 23 70 31
Binary 1100100 110011 11100 0 110001 1001000 111101 10011 111000 11001

Color Harmonies of #64331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64331C

Black with #64331C

Text Example


Text Example

White with #64331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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