Html Css Color HEX #64350A Baker's Chocolate

📋 copy color: '#64350A'

red 100 ◦ green 53 ◦ blue 10

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

Shades of Baker's Chocolate #64350A

Tints of Baker's Chocolate #64350A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.52%

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

R = 61.35%
G = 32.52%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#64350A (or 0x64350A) is known color: Baker's Chocolate. HEX triplet: 64, 35 and 0A. RGB value is (100,53,10). Sum of RGB (Red+Green+Blue) = 100+53+10=163 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.35% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 100 - color contains mainly: red. Hex color #64350A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64350A is #9BCAF5. Grayscale: #3E3E3E. Windows color (decimal): -10210038 or 669028. OLE color: 669028.

HSL color Cylindrical-coordinate representation of color #64350A: hue angle of 28.67º 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 #64350A is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 53 10 -
CMYK 0 0.47 0.90 0.61
HSL 28.67º 0.82% 0.22% -
HSV(B) 28.67º 0.9% 0.39% -
XYZ 6.58 5.28 0.96 -
YUV 62.15 98.57 155 -
System Red Green Blue C M Y K H S L
Decimal 100 53 10 0 0.47 0.90 0.61 28.67 0.82 0.22
Hex 64 35 A 0 2F 5A 3D 1D 52 16
Octal 144 65 12 0 57 132 75 35 122 26
Binary 1100100 110101 1010 0 101111 1011010 111101 11101 1010010 10110

Color Harmonies of #64350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64350A

Black with #64350A

Text Example


Text Example

White with #64350A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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