Html Css Color HEX #64371C Baker's Chocolate

📋 copy color: '#64371C'

red 100 ◦ green 55 ◦ blue 28

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

Shades of Baker's Chocolate #64371C

Tints of Baker's Chocolate #64371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.05%

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

R = 54.64%
G = 30.05%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#64371C (or 0x64371C) is known color: Baker's Chocolate. HEX triplet: 64, 37 and 1C. RGB value is (100,55,28). Sum of RGB (Red+Green+Blue) = 100+55+28=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #64371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64371C is #9BC8E3. Grayscale: #414141. Windows color (decimal): -10209508 or 1849188. OLE color: 1849188.

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

Color convert

RGB 100 55 28 -
CMYK 0 0.45 0.72 0.61
HSL 22.5º 0.56% 0.25% -
HSV(B) 22.5º 0.72% 0.39% -
XYZ 6.83 5.53 1.81 -
YUV 65.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 100 55 28 0 0.45 0.72 0.61 22.5 0.56 0.25
Hex 64 37 1C 0 2D 48 3D 16 38 19
Octal 144 67 34 0 55 110 75 26 70 31
Binary 1100100 110111 11100 0 101101 1001000 111101 10110 111000 11001

Color Harmonies of #64371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64371C

Black with #64371C

Text Example


Text Example

White with #64371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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