Html Css Color HEX #64381D Baker's Chocolate

📋 copy color: '#64381D'

red 100 ◦ green 56 ◦ blue 29

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

Shades of Baker's Chocolate #64381D

Tints of Baker's Chocolate #64381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.27%

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

R = 54.05%
G = 30.27%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#64381D (or 0x64381D) is known color: Baker's Chocolate. HEX triplet: 64, 38 and 1D. RGB value is (100,56,29). Sum of RGB (Red+Green+Blue) = 100+56+29=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #64381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64381D is #9BC7E2. Grayscale: #424242. Windows color (decimal): -10209251 or 1914980. OLE color: 1914980.

HSL color Cylindrical-coordinate representation of color #64381D: hue angle of 22.82º 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 #64381D is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 56 29 -
CMYK 0 0.44 0.71 0.61
HSL 22.82º 0.55% 0.25% -
HSV(B) 22.82º 0.71% 0.39% -
XYZ 6.89 5.63 1.89 -
YUV 66.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 100 56 29 0 0.44 0.71 0.61 22.82 0.55 0.25
Hex 64 38 1D 0 2C 47 3D 17 37 19
Octal 144 70 35 0 54 107 75 27 67 31
Binary 1100100 111000 11101 0 101100 1000111 111101 10111 110111 11001

Color Harmonies of #64381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64381D

Black with #64381D

Text Example


Text Example

White with #64381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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