Html Css Color HEX #663511 Baker's Chocolate

📋 copy color: '#663511'

red 102 ◦ green 53 ◦ blue 17

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

Shades of Baker's Chocolate #663511

Tints of Baker's Chocolate #663511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.81%

 BLUE value IS 17 (7.03% from 255) = 9.88%

R = 59.3%
G = 30.81%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.6

RGB Variations

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

Color information

#663511 (or 0x663511) is known color: Baker's Chocolate. HEX triplet: 66, 35 and 11. RGB value is (102,53,17). Sum of RGB (Red+Green+Blue) = 102+53+17=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #663511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663511 is #99CAEE. Grayscale: #3F3F3F. Windows color (decimal): -10078959 or 1127782. OLE color: 1127782.

HSL color Cylindrical-coordinate representation of color #663511: hue angle of 25.41º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #663511 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 53 17 -
CMYK 0 0.48 0.83 0.6
HSL 25.41º 0.71% 0.23% -
HSV(B) 25.41º 0.83% 0.4% -
XYZ 6.85 5.41 1.21 -
YUV 63.55 101.73 155.43 -
System Red Green Blue C M Y K H S L
Decimal 102 53 17 0 0.48 0.83 0.6 25.41 0.71 0.23
Hex 66 35 11 0 30 53 3C 19 47 17
Octal 146 65 21 0 60 123 74 31 107 27
Binary 1100110 110101 10001 0 110000 1010011 111100 11001 1000111 10111

Color Harmonies of #663511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663511

Black with #663511

Text Example


Text Example

White with #663511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663511; }

 p { color: rgb(102,53,17); }

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

background-color css

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

 a { background-color: rgb(102,53,17); }

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

border-color css

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

 span { border-color: rgb(102,53,17); }

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