Html Css Color HEX #663C15 Dark Brown

📋 copy color: '#663C15'

red 102 ◦ green 60 ◦ blue 21

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

Shades of Dark Brown #663C15

Tints of Dark Brown #663C15

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.79%

 BLUE value IS 21 (8.59% from 255) = 11.48%

R = 55.74%
G = 32.79%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#663C15 (or 0x663C15) is known color: Dark Brown. HEX triplet: 66, 3C and 15. RGB value is (102,60,21). Sum of RGB (Red+Green+Blue) = 102+60+21=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #663C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663C15 is #99C3EA. Grayscale: #444444. Windows color (decimal): -10077163 or 1391718. OLE color: 1391718.

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

Color convert

RGB 102 60 21 -
CMYK 0 0.41 0.79 0.6
HSL 28.89º 0.66% 0.24% -
HSV(B) 28.89º 0.79% 0.4% -
XYZ 7.23 6.11 1.51 -
YUV 68.11 101.41 152.17 -
System Red Green Blue C M Y K H S L
Decimal 102 60 21 0 0.41 0.79 0.6 28.89 0.66 0.24
Hex 66 3C 15 0 29 4F 3C 1D 42 18
Octal 146 74 25 0 51 117 74 35 102 30
Binary 1100110 111100 10101 0 101001 1001111 111100 11101 1000010 11000

Color Harmonies of #663C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663C15

Black with #663C15

Text Example


Text Example

White with #663C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,60,21); }

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

background-color css

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

 a { background-color: rgb(102,60,21); }

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

border-color css

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

 span { border-color: rgb(102,60,21); }

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