Html Css Color HEX #642814 Baker's Chocolate

📋 copy color: '#642814'

red 100 ◦ green 40 ◦ blue 20

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

Shades of Baker's Chocolate #642814

Tints of Baker's Chocolate #642814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25%

 BLUE value IS 20 (8.2% from 255) = 12.5%

R = 62.5%
G = 25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.8

 K value IS 0.61

RGB Variations

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

Color information

#642814 (or 0x642814) is known color: Baker's Chocolate. HEX triplet: 64, 28 and 14. RGB value is (100,40,20). Sum of RGB (Red+Green+Blue) = 100+40+20=160 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.5% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 100 - color contains mainly: red. Hex color #642814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642814 is #9BD7EB. Grayscale: #373737. Windows color (decimal): -10213356 or 1321060. OLE color: 1321060.

HSL color Cylindrical-coordinate representation of color #642814: hue angle of 15º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #642814 is Cyan = 0, Magento = 0.6, Yellow = 0.8 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 40 20 -
CMYK 0 0.6 0.8 0.61
HSL 15º 0.67% 0.24% -
HSV(B) 15º 0.8% 0.39% -
XYZ 6.14 4.28 1.16 -
YUV 55.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 100 40 20 0 0.6 0.8 0.61 15 0.67 0.24
Hex 64 28 14 0 3C 50 3D F 43 18
Octal 144 50 24 0 74 120 75 17 103 30
Binary 1100100 101000 10100 0 111100 1010000 111101 1111 1000011 11000

Color Harmonies of #642814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642814

Black with #642814

Text Example


Text Example

White with #642814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642814; }

 p { color: rgb(100,40,20); }

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

background-color css

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

 a { background-color: rgb(100,40,20); }

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

border-color css

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

 span { border-color: rgb(100,40,20); }

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