Html Css Color HEX #64371D Baker's Chocolate

📋 copy color: '#64371D'

red 100 ◦ green 55 ◦ blue 29

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

Shades of Baker's Chocolate #64371D

Tints of Baker's Chocolate #64371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.76%

R = 54.35%
G = 29.89%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#64371D (or 0x64371D) is known color: Baker's Chocolate. HEX triplet: 64, 37 and 1D. RGB value is (100,55,29). Sum of RGB (Red+Green+Blue) = 100+55+29=184 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.35% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 100 - color contains mainly: red. Hex color #64371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64371D is #9BC8E2. Grayscale: #414141. Windows color (decimal): -10209507 or 1914724. OLE color: 1914724.

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

Color convert

RGB 100 55 29 -
CMYK 0 0.45 0.71 0.61
HSL 21.97º 0.55% 0.25% -
HSV(B) 21.97º 0.71% 0.39% -
XYZ 6.84 5.53 1.87 -
YUV 65.49 107.41 152.61 -
System Red Green Blue C M Y K H S L
Decimal 100 55 29 0 0.45 0.71 0.61 21.97 0.55 0.25
Hex 64 37 1D 0 2D 47 3D 16 37 19
Octal 144 67 35 0 55 107 75 26 67 31
Binary 1100100 110111 11101 0 101101 1000111 111101 10110 110111 11001

Color Harmonies of #64371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64371D

Black with #64371D

Text Example


Text Example

White with #64371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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