Html Css Color HEX #663109 Baker's Chocolate

📋 copy color: '#663109'

red 102 ◦ green 49 ◦ blue 9

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

Shades of Baker's Chocolate #663109

Tints of Baker's Chocolate #663109

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.63%

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

R = 63.75%
G = 30.63%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.6

RGB Variations

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

Color information

#663109 (or 0x663109) is known color: Baker's Chocolate. HEX triplet: 66, 31 and 09. RGB value is (102,49,9). Sum of RGB (Red+Green+Blue) = 102+49+9=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #663109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663109 is #99CEF6. Grayscale: #3C3C3C. Windows color (decimal): -10079991 or 602470. OLE color: 602470.

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

Color convert

RGB 102 49 9 -
CMYK 0 0.52 0.91 0.6
HSL 25.81º 0.84% 0.22% -
HSV(B) 25.81º 0.91% 0.4% -
XYZ 6.63 5.04 0.88 -
YUV 60.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 102 49 9 0 0.52 0.91 0.6 25.81 0.84 0.22
Hex 66 31 9 0 34 5B 3C 1A 54 16
Octal 146 61 11 0 64 133 74 32 124 26
Binary 1100110 110001 1001 0 110100 1011011 111100 11010 1010100 10110

Color Harmonies of #663109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663109

Black with #663109

Text Example


Text Example

White with #663109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663109; }

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

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

background-color css

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

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

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

border-color css

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

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

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