Html Css Color HEX #662609 Baker's Chocolate

📋 copy color: '#662609'

red 102 ◦ green 38 ◦ blue 9

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

Shades of Baker's Chocolate #662609

Tints of Baker's Chocolate #662609

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.5%

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

R = 68.46%
G = 25.5%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.6

RGB Variations

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

Color information

#662609 (or 0x662609) is known color: Baker's Chocolate. HEX triplet: 66, 26 and 09. RGB value is (102,38,9). Sum of RGB (Red+Green+Blue) = 102+38+9=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #662609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662609 is #99D9F6. Grayscale: #363636. Windows color (decimal): -10082807 or 599654. OLE color: 599654.

HSL color Cylindrical-coordinate representation of color #662609: hue angle of 18.71º 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 #662609 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 38 9 -
CMYK 0 0.63 0.91 0.6
HSL 18.71º 0.84% 0.22% -
HSV(B) 18.71º 0.91% 0.4% -
XYZ 6.22 4.23 0.75 -
YUV 53.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 102 38 9 0 0.63 0.91 0.6 18.71 0.84 0.22
Hex 66 26 9 0 3F 5B 3C 13 54 16
Octal 146 46 11 0 77 133 74 23 124 26
Binary 1100110 100110 1001 0 111111 1011011 111100 10011 1010100 10110

Color Harmonies of #662609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662609

Black with #662609

Text Example


Text Example

White with #662609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662609; }

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

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

background-color css

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

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

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

border-color css

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

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

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