Html Css Color HEX #64331B Baker's Chocolate

📋 copy color: '#64331B'

red 100 ◦ green 51 ◦ blue 27

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

Shades of Baker's Chocolate #64331B

Tints of Baker's Chocolate #64331B

RGB

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

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

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

R = 56.18%
G = 28.65%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#64331B (or 0x64331B) is known color: Baker's Chocolate. HEX triplet: 64, 33 and 1B. RGB value is (100,51,27). Sum of RGB (Red+Green+Blue) = 100+51+27=178 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.18% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 100 - color contains mainly: red. Hex color #64331B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64331B is #9BCCE4. Grayscale: #3F3F3F. Windows color (decimal): -10210533 or 1782628. OLE color: 1782628.

HSL color Cylindrical-coordinate representation of color #64331B: hue angle of 19.73º 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 #64331B is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 51 27 -
CMYK 0 0.49 0.73 0.61
HSL 19.73º 0.57% 0.25% -
HSV(B) 19.73º 0.73% 0.39% -
XYZ 6.64 5.16 1.68 -
YUV 62.92 107.73 154.45 -
System Red Green Blue C M Y K H S L
Decimal 100 51 27 0 0.49 0.73 0.61 19.73 0.57 0.25
Hex 64 33 1B 0 31 49 3D 14 39 19
Octal 144 63 33 0 61 111 75 24 71 31
Binary 1100100 110011 11011 0 110001 1001001 111101 10100 111001 11001

Color Harmonies of #64331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64331B

Black with #64331B

Text Example


Text Example

White with #64331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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