Html Css Color HEX #64371B Baker's Chocolate

📋 copy color: '#64371B'

red 100 ◦ green 55 ◦ blue 27

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

Shades of Baker's Chocolate #64371B

Tints of Baker's Chocolate #64371B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.84%

R = 54.95%
G = 30.22%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#64371B (or 0x64371B) is known color: Baker's Chocolate. HEX triplet: 64, 37 and 1B. RGB value is (100,55,27). Sum of RGB (Red+Green+Blue) = 100+55+27=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #64371B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64371B is #9BC8E4. Grayscale: #414141. Windows color (decimal): -10209509 or 1783652. OLE color: 1783652.

HSL color Cylindrical-coordinate representation of color #64371B: hue angle of 23.01º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64371B is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 55 27 -
CMYK 0 0.45 0.73 0.61
HSL 23.01º 0.57% 0.25% -
HSV(B) 23.01º 0.73% 0.39% -
XYZ 6.82 5.52 1.74 -
YUV 65.26 106.41 152.78 -
System Red Green Blue C M Y K H S L
Decimal 100 55 27 0 0.45 0.73 0.61 23.01 0.57 0.25
Hex 64 37 1B 0 2D 49 3D 17 39 19
Octal 144 67 33 0 55 111 75 27 71 31
Binary 1100100 110111 11011 0 101101 1001001 111101 10111 111001 11001

Color Harmonies of #64371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64371B

Black with #64371B

Text Example


Text Example

White with #64371B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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