Html Css Color HEX #662409 Baker's Chocolate

📋 copy color: '#662409'

red 102 ◦ green 36 ◦ blue 9

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

Shades of Baker's Chocolate #662409

Tints of Baker's Chocolate #662409

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.49%

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

R = 69.39%
G = 24.49%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.6

RGB Variations

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

Color information

#662409 (or 0x662409) is known color: Baker's Chocolate. HEX triplet: 66, 24 and 09. RGB value is (102,36,9). Sum of RGB (Red+Green+Blue) = 102+36+9=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #662409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662409 is #99DBF6. Grayscale: #343434. Windows color (decimal): -10083319 or 599142. OLE color: 599142.

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

Color convert

RGB 102 36 9 -
CMYK 0 0.65 0.91 0.6
HSL 17.42º 0.84% 0.22% -
HSV(B) 17.42º 0.91% 0.4% -
XYZ 6.16 4.11 0.73 -
YUV 52.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 102 36 9 0 0.65 0.91 0.6 17.42 0.84 0.22
Hex 66 24 9 0 41 5B 3C 11 54 16
Octal 146 44 11 0 101 133 74 21 124 26
Binary 1100110 100100 1001 0 1000001 1011011 111100 10001 1010100 10110

Color Harmonies of #662409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662409

Black with #662409

Text Example


Text Example

White with #662409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662409; }

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

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

background-color css

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

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

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

border-color css

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

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

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