Html Css Color HEX #663F16 Dark Brown

📋 copy color: '#663F16'

red 102 ◦ green 63 ◦ blue 22

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

Shades of Dark Brown #663F16

Tints of Dark Brown #663F16

RGB

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

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

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

R = 54.55%
G = 33.69%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#663F16 (or 0x663F16) is known color: Dark Brown. HEX triplet: 66, 3F and 16. RGB value is (102,63,22). Sum of RGB (Red+Green+Blue) = 102+63+22=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #663F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663F16 is #99C0E9. Grayscale: #464646. Windows color (decimal): -10076394 or 1458022. OLE color: 1458022.

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

Color convert

RGB 102 63 22 -
CMYK 0 0.38 0.78 0.6
HSL 30.75º 0.65% 0.24% -
HSV(B) 30.75º 0.78% 0.4% -
XYZ 7.4 6.44 1.61 -
YUV 69.99 100.92 150.83 -
System Red Green Blue C M Y K H S L
Decimal 102 63 22 0 0.38 0.78 0.6 30.75 0.65 0.24
Hex 66 3F 16 0 26 4E 3C 1F 41 18
Octal 146 77 26 0 46 116 74 37 101 30
Binary 1100110 111111 10110 0 100110 1001110 111100 11111 1000001 11000

Color Harmonies of #663F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663F16

Black with #663F16

Text Example


Text Example

White with #663F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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