Html Css Color HEX #663D16 Dark Brown

📋 copy color: '#663D16'

red 102 ◦ green 61 ◦ blue 22

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

Shades of Dark Brown #663D16

Tints of Dark Brown #663D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.97%

 BLUE value IS 22 (8.98% from 255) = 11.89%

R = 55.14%
G = 32.97%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#663D16 (or 0x663D16) is known color: Dark Brown. HEX triplet: 66, 3D and 16. RGB value is (102,61,22). Sum of RGB (Red+Green+Blue) = 102+61+22=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #663D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663D16 is #99C2E9. Grayscale: #454545. Windows color (decimal): -10076906 or 1457510. OLE color: 1457510.

HSL color Cylindrical-coordinate representation of color #663D16: hue angle of 29.25º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #663D16 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 61 22 -
CMYK 0 0.40 0.78 0.6
HSL 29.25º 0.65% 0.24% -
HSV(B) 29.25º 0.78% 0.4% -
XYZ 7.29 6.22 1.58 -
YUV 68.81 101.58 151.67 -
System Red Green Blue C M Y K H S L
Decimal 102 61 22 0 0.40 0.78 0.6 29.25 0.65 0.24
Hex 66 3D 16 0 28 4E 3C 1D 41 18
Octal 146 75 26 0 50 116 74 35 101 30
Binary 1100110 111101 10110 0 101000 1001110 111100 11101 1000001 11000

Color Harmonies of #663D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D16

Black with #663D16

Text Example


Text Example

White with #663D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,61,22); }

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

background-color css

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

 a { background-color: rgb(102,61,22); }

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

border-color css

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

 span { border-color: rgb(102,61,22); }

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