Html Css Color HEX #662A09 Baker's Chocolate

📋 copy color: '#662A09'

red 102 ◦ green 42 ◦ blue 9

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

Shades of Baker's Chocolate #662A09

Tints of Baker's Chocolate #662A09

RGB

 RED value IS 102 (40.23% from 255) = 66.67%

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

 BLUE value IS 9 (3.91% from 255) = 5.88%

R = 66.67%
G = 27.45%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.6

RGB Variations

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

Color information

#662A09 (or 0x662A09) is known color: Baker's Chocolate. HEX triplet: 66, 2A and 09. RGB value is (102,42,9). Sum of RGB (Red+Green+Blue) = 102+42+9=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #662A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662A09 is #99D5F6. Grayscale: #383838. Windows color (decimal): -10081783 or 600678. OLE color: 600678.

HSL color Cylindrical-coordinate representation of color #662A09: hue angle of 21.29º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #662A09 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 42 9 -
CMYK 0 0.59 0.91 0.6
HSL 21.29º 0.84% 0.22% -
HSV(B) 21.29º 0.91% 0.4% -
XYZ 6.36 4.5 0.79 -
YUV 56.18 101.38 160.68 -
System Red Green Blue C M Y K H S L
Decimal 102 42 9 0 0.59 0.91 0.6 21.29 0.84 0.22
Hex 66 2A 9 0 3B 5B 3C 15 54 16
Octal 146 52 11 0 73 133 74 25 124 26
Binary 1100110 101010 1001 0 111011 1011011 111100 10101 1010100 10110

Color Harmonies of #662A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662A09

Black with #662A09

Text Example


Text Example

White with #662A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662A09; }

 p { color: rgb(102,42,9); }

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

background-color css

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

 a { background-color: rgb(102,42,9); }

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

border-color css

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

 span { border-color: rgb(102,42,9); }

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