Html Css Color HEX #642A14 Baker's Chocolate

📋 copy color: '#642A14'

red 100 ◦ green 42 ◦ blue 20

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

Shades of Baker's Chocolate #642A14

Tints of Baker's Chocolate #642A14

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.93%

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

R = 61.73%
G = 25.93%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.8

 K value IS 0.61

RGB Variations

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

Color information

#642A14 (or 0x642A14) is known color: Baker's Chocolate. HEX triplet: 64, 2A and 14. RGB value is (100,42,20). Sum of RGB (Red+Green+Blue) = 100+42+20=162 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.73% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 100 - color contains mainly: red. Hex color #642A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642A14 is #9BD5EB. Grayscale: #383838. Windows color (decimal): -10212844 or 1321572. OLE color: 1321572.

HSL color Cylindrical-coordinate representation of color #642A14: hue angle of 16.5º 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 #642A14 is Cyan = 0, Magento = 0.58, Yellow = 0.8 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 42 20 -
CMYK 0 0.58 0.8 0.61
HSL 16.5º 0.67% 0.24% -
HSV(B) 16.5º 0.8% 0.39% -
XYZ 6.21 4.42 1.19 -
YUV 56.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 100 42 20 0 0.58 0.8 0.61 16.5 0.67 0.24
Hex 64 2A 14 0 3A 50 3D 10 43 18
Octal 144 52 24 0 72 120 75 20 103 30
Binary 1100100 101010 10100 0 111010 1010000 111101 10000 1000011 11000

Color Harmonies of #642A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642A14

Black with #642A14

Text Example


Text Example

White with #642A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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