Html Css Color HEX #663809 Baker's Chocolate

📋 copy color: '#663809'

red 102 ◦ green 56 ◦ blue 9

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

Shades of Baker's Chocolate #663809

Tints of Baker's Chocolate #663809

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.53%

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

R = 61.08%
G = 33.53%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.6

RGB Variations

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

Color information

#663809 (or 0x663809) is known color: Baker's Chocolate. HEX triplet: 66, 38 and 09. RGB value is (102,56,9). Sum of RGB (Red+Green+Blue) = 102+56+9=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #663809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663809 is #99C7F6. Grayscale: #404040. Windows color (decimal): -10078199 or 604262. OLE color: 604262.

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

Color convert

RGB 102 56 9 -
CMYK 0 0.45 0.91 0.6
HSL 30.32º 0.84% 0.22% -
HSV(B) 30.32º 0.91% 0.4% -
XYZ 6.94 5.67 0.99 -
YUV 64.4 96.74 154.82 -
System Red Green Blue C M Y K H S L
Decimal 102 56 9 0 0.45 0.91 0.6 30.32 0.84 0.22
Hex 66 38 9 0 2D 5B 3C 1E 54 16
Octal 146 70 11 0 55 133 74 36 124 26
Binary 1100110 111000 1001 0 101101 1011011 111100 11110 1010100 10110

Color Harmonies of #663809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663809

Black with #663809

Text Example


Text Example

White with #663809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663809; }

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

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

background-color css

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

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

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

border-color css

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

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

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