Html Css Color HEX #662709 Baker's Chocolate

📋 copy color: '#662709'

red 102 ◦ green 39 ◦ blue 9

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

Shades of Baker's Chocolate #662709

Tints of Baker's Chocolate #662709

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26%

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

R = 68%
G = 26%
B = 6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.6

RGB Variations

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

Color information

#662709 (or 0x662709) is known color: Baker's Chocolate. HEX triplet: 66, 27 and 09. RGB value is (102,39,9). Sum of RGB (Red+Green+Blue) = 102+39+9=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #662709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662709 is #99D8F6. Grayscale: #363636. Windows color (decimal): -10082551 or 599910. OLE color: 599910.

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

Color convert

RGB 102 39 9 -
CMYK 0 0.62 0.91 0.6
HSL 19.35º 0.84% 0.22% -
HSV(B) 19.35º 0.91% 0.4% -
XYZ 6.25 4.3 0.76 -
YUV 54.42 102.37 161.94 -
System Red Green Blue C M Y K H S L
Decimal 102 39 9 0 0.62 0.91 0.6 19.35 0.84 0.22
Hex 66 27 9 0 3E 5B 3C 13 54 16
Octal 146 47 11 0 76 133 74 23 124 26
Binary 1100110 100111 1001 0 111110 1011011 111100 10011 1010100 10110

Color Harmonies of #662709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662709

Black with #662709

Text Example


Text Example

White with #662709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662709; }

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

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

background-color css

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

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

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

border-color css

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

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

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