Html Css Color HEX #64321C Baker's Chocolate

📋 copy color: '#64321C'

red 100 ◦ green 50 ◦ blue 28

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

Shades of Baker's Chocolate #64321C

Tints of Baker's Chocolate #64321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.09%

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

R = 56.18%
G = 28.09%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#64321C (or 0x64321C) is known color: Baker's Chocolate. HEX triplet: 64, 32 and 1C. RGB value is (100,50,28). Sum of RGB (Red+Green+Blue) = 100+50+28=178 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.18% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 100 - color contains mainly: red. Hex color #64321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64321C is #9BCDE3. Grayscale: #3E3E3E. Windows color (decimal): -10210788 or 1847908. OLE color: 1847908.

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

Color convert

RGB 100 50 28 -
CMYK 0 0.50 0.72 0.61
HSL 18.33º 0.56% 0.25% -
HSV(B) 18.33º 0.72% 0.39% -
XYZ 6.61 5.07 1.73 -
YUV 62.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 100 50 28 0 0.50 0.72 0.61 18.33 0.56 0.25
Hex 64 32 1C 0 32 48 3D 12 38 19
Octal 144 62 34 0 62 110 75 22 70 31
Binary 1100100 110010 11100 0 110010 1001000 111101 10010 111000 11001

Color Harmonies of #64321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64321C

Black with #64321C

Text Example


Text Example

White with #64321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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