Html Css Color HEX #642200 Baker's Chocolate

📋 copy color: '#642200'

red 100 ◦ green 34 ◦ blue 0

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

Shades of Baker's Chocolate #642200

Tints of Baker's Chocolate #642200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.63%
G = 25.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#642200 (or 0x642200) is known color: Baker's Chocolate. HEX triplet: 64, 22 and 00. RGB value is (100,34,0). Sum of RGB (Red+Green+Blue) = 100+34+0=134 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.63% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 100 - color contains mainly: red. Hex color #642200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642200 is #9BDDFF. Grayscale: #323232. Windows color (decimal): -10214912 or 8804. OLE color: 8804.

HSL color Cylindrical-coordinate representation of color #642200: hue angle of 20.4º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #642200 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 34 0 -
CMYK 0 0.66 1 0.61
HSL 20.4º 1% 0.2% -
HSV(B) 20.4º 1% 0.39% -
XYZ 5.83 3.85 0.44 -
YUV 49.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 100 34 0 0 0.66 1 0.61 20.4 1 0.2
Hex 64 22 0 0 42 64 3D 14 64 14
Octal 144 42 0 0 102 144 75 24 144 24
Binary 1100100 100010 0 0 1000010 1100100 111101 10100 1100100 10100

Color Harmonies of #642200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642200

Black with #642200

Text Example


Text Example

White with #642200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642200; }

 p { color: rgb(100,34,0); }

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

background-color css

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

 a { background-color: rgb(100,34,0); }

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

border-color css

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

 span { border-color: rgb(100,34,0); }

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