Html Css Color HEX #663609 Baker's Chocolate

📋 copy color: '#663609'

red 102 ◦ green 54 ◦ blue 9

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

Shades of Baker's Chocolate #663609

Tints of Baker's Chocolate #663609

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.73%

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

R = 61.82%
G = 32.73%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.6

RGB Variations

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

Color information

#663609 (or 0x663609) is known color: Baker's Chocolate. HEX triplet: 66, 36 and 09. RGB value is (102,54,9). Sum of RGB (Red+Green+Blue) = 102+54+9=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #663609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663609 is #99C9F6. Grayscale: #3F3F3F. Windows color (decimal): -10078711 or 603750. OLE color: 603750.

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

Color convert

RGB 102 54 9 -
CMYK 0 0.47 0.91 0.6
HSL 29.03º 0.84% 0.22% -
HSV(B) 29.03º 0.91% 0.4% -
XYZ 6.85 5.48 0.96 -
YUV 63.22 97.4 155.66 -
System Red Green Blue C M Y K H S L
Decimal 102 54 9 0 0.47 0.91 0.6 29.03 0.84 0.22
Hex 66 36 9 0 2F 5B 3C 1D 54 16
Octal 146 66 11 0 57 133 74 35 124 26
Binary 1100110 110110 1001 0 101111 1011011 111100 11101 1010100 10110

Color Harmonies of #663609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663609

Black with #663609

Text Example


Text Example

White with #663609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663609; }

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

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

background-color css

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

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

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

border-color css

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

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

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