Html Css Color HEX #663C14 Dark Brown

📋 copy color: '#663C14'

red 102 ◦ green 60 ◦ blue 20

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

Shades of Dark Brown #663C14

Tints of Dark Brown #663C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.99%

R = 56.04%
G = 32.97%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#663C14 (or 0x663C14) is known color: Dark Brown. HEX triplet: 66, 3C and 14. RGB value is (102,60,20). Sum of RGB (Red+Green+Blue) = 102+60+20=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #663C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663C14 is #99C3EB. Grayscale: #444444. Windows color (decimal): -10077164 or 1326182. OLE color: 1326182.

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

Color convert

RGB 102 60 20 -
CMYK 0 0.41 0.80 0.6
HSL 29.27º 0.67% 0.24% -
HSV(B) 29.27º 0.8% 0.4% -
XYZ 7.22 6.11 1.46 -
YUV 68 100.91 152.25 -
System Red Green Blue C M Y K H S L
Decimal 102 60 20 0 0.41 0.80 0.6 29.27 0.67 0.24
Hex 66 3C 14 0 29 50 3C 1D 43 18
Octal 146 74 24 0 51 120 74 35 103 30
Binary 1100110 111100 10100 0 101001 1010000 111100 11101 1000011 11000

Color Harmonies of #663C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663C14

Black with #663C14

Text Example


Text Example

White with #663C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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