Html Css Color HEX #64351C Baker's Chocolate

📋 copy color: '#64351C'

red 100 ◦ green 53 ◦ blue 28

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

Shades of Baker's Chocolate #64351C

Tints of Baker's Chocolate #64351C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 55.25%
G = 29.28%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#64351C (or 0x64351C) is known color: Baker's Chocolate. HEX triplet: 64, 35 and 1C. RGB value is (100,53,28). Sum of RGB (Red+Green+Blue) = 100+53+28=181 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.25% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 100 - color contains mainly: red. Hex color #64351C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64351C is #9BCAE3. Grayscale: #404040. Windows color (decimal): -10210020 or 1848676. OLE color: 1848676.

HSL color Cylindrical-coordinate representation of color #64351C: hue angle of 20.83º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64351C is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 53 28 -
CMYK 0 0.47 0.72 0.61
HSL 20.83º 0.56% 0.25% -
HSV(B) 20.83º 0.72% 0.39% -
XYZ 6.74 5.34 1.77 -
YUV 64.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 100 53 28 0 0.47 0.72 0.61 20.83 0.56 0.25
Hex 64 35 1C 0 2F 48 3D 15 38 19
Octal 144 65 34 0 57 110 75 25 70 31
Binary 1100100 110101 11100 0 101111 1001000 111101 10101 111000 11001

Color Harmonies of #64351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64351C

Black with #64351C

Text Example


Text Example

White with #64351C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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