Html Css Color HEX #64390C Baker's Chocolate

📋 copy color: '#64390C'

red 100 ◦ green 57 ◦ blue 12

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

Shades of Baker's Chocolate #64390C

Tints of Baker's Chocolate #64390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.73%

 BLUE value IS 12 (5.08% from 255) = 7.1%

R = 59.17%
G = 33.73%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#64390C (or 0x64390C) is known color: Baker's Chocolate. HEX triplet: 64, 39 and 0C. RGB value is (100,57,12). Sum of RGB (Red+Green+Blue) = 100+57+12=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #64390C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64390C is #9BC6F3. Grayscale: #404040. Windows color (decimal): -10209012 or 801124. OLE color: 801124.

HSL color Cylindrical-coordinate representation of color #64390C: hue angle of 30.68º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64390C is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 57 12 -
CMYK 0 0.43 0.88 0.61
HSL 30.68º 0.79% 0.22% -
HSV(B) 30.68º 0.88% 0.39% -
XYZ 6.79 5.66 1.08 -
YUV 64.73 98.25 153.16 -
System Red Green Blue C M Y K H S L
Decimal 100 57 12 0 0.43 0.88 0.61 30.68 0.79 0.22
Hex 64 39 C 0 2B 58 3D 1F 4F 16
Octal 144 71 14 0 53 130 75 37 117 26
Binary 1100100 111001 1100 0 101011 1011000 111101 11111 1001111 10110

Color Harmonies of #64390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64390C

Black with #64390C

Text Example


Text Example

White with #64390C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,57,12); }

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

background-color css

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

 a { background-color: rgb(100,57,12); }

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

border-color css

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

 span { border-color: rgb(100,57,12); }

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