Html Css Color HEX #663F12 Dark Brown

📋 copy color: '#663F12'

red 102 ◦ green 63 ◦ blue 18

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

Shades of Dark Brown #663F12

Tints of Dark Brown #663F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.84%

R = 55.74%
G = 34.43%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#663F12 (or 0x663F12) is known color: Dark Brown. HEX triplet: 66, 3F and 12. RGB value is (102,63,18). Sum of RGB (Red+Green+Blue) = 102+63+18=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #663F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663F12 is #99C0ED. Grayscale: #454545. Windows color (decimal): -10076398 or 1195878. OLE color: 1195878.

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

Color convert

RGB 102 63 18 -
CMYK 0 0.38 0.82 0.6
HSL 32.14º 0.7% 0.24% -
HSV(B) 32.14º 0.82% 0.4% -
XYZ 7.37 6.42 1.42 -
YUV 69.53 98.92 151.16 -
System Red Green Blue C M Y K H S L
Decimal 102 63 18 0 0.38 0.82 0.6 32.14 0.7 0.24
Hex 66 3F 12 0 26 52 3C 20 46 18
Octal 146 77 22 0 46 122 74 40 106 30
Binary 1100110 111111 10010 0 100110 1010010 111100 100000 1000110 11000

Color Harmonies of #663F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663F12

Black with #663F12

Text Example


Text Example

White with #663F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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