Html Css Color HEX #663F11 Dark Brown

📋 copy color: '#663F11'

red 102 ◦ green 63 ◦ blue 17

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

Shades of Dark Brown #663F11

Tints of Dark Brown #663F11

RGB

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

 GREEN value IS 63 (25% from 255) = 34.62%

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

R = 56.04%
G = 34.62%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.6

RGB Variations

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

Color information

#663F11 (or 0x663F11) is known color: Dark Brown. HEX triplet: 66, 3F and 11. RGB value is (102,63,17). Sum of RGB (Red+Green+Blue) = 102+63+17=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #663F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663F11 is #99C0EE. Grayscale: #454545. Windows color (decimal): -10076399 or 1130342. OLE color: 1130342.

HSL color Cylindrical-coordinate representation of color #663F11: hue angle of 32.47º 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 #663F11 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 63 17 -
CMYK 0 0.38 0.83 0.6
HSL 32.47º 0.71% 0.23% -
HSV(B) 32.47º 0.83% 0.4% -
XYZ 7.36 6.42 1.38 -
YUV 69.42 98.42 151.24 -
System Red Green Blue C M Y K H S L
Decimal 102 63 17 0 0.38 0.83 0.6 32.47 0.71 0.23
Hex 66 3F 11 0 26 53 3C 20 47 17
Octal 146 77 21 0 46 123 74 40 107 27
Binary 1100110 111111 10001 0 100110 1010011 111100 100000 1000111 10111

Color Harmonies of #663F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663F11

Black with #663F11

Text Example


Text Example

White with #663F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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