Html Css Color HEX #64370A Baker's Chocolate

📋 copy color: '#64370A'

red 100 ◦ green 55 ◦ blue 10

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

Shades of Baker's Chocolate #64370A

Tints of Baker's Chocolate #64370A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.06%

R = 60.61%
G = 33.33%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#64370A (or 0x64370A) is known color: Baker's Chocolate. HEX triplet: 64, 37 and 0A. RGB value is (100,55,10). Sum of RGB (Red+Green+Blue) = 100+55+10=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #64370A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64370A is #9BC8F5. Grayscale: #3F3F3F. Windows color (decimal): -10209526 or 669540. OLE color: 669540.

HSL color Cylindrical-coordinate representation of color #64370A: hue angle of 30º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64370A is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 55 10 -
CMYK 0 0.45 0.90 0.61
HSL 30º 0.82% 0.22% -
HSV(B) 30º 0.9% 0.39% -
XYZ 6.68 5.46 0.99 -
YUV 63.33 97.91 154.16 -
System Red Green Blue C M Y K H S L
Decimal 100 55 10 0 0.45 0.90 0.61 30 0.82 0.22
Hex 64 37 A 0 2D 5A 3D 1E 52 16
Octal 144 67 12 0 55 132 75 36 122 26
Binary 1100100 110111 1010 0 101101 1011010 111101 11110 1010010 10110

Color Harmonies of #64370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64370A

Black with #64370A

Text Example


Text Example

White with #64370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64370A; }

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

 H1.HeaderClassName
 {
   color: #64370A;
 }
 .AnyTagClassName
 {
   color: #64370A;
 }
</style>

background-color css

<style>
 a { background-color: #64370A; }

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

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

border-color css

<style>
 span { border-color: #64370A; }

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

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