Html Css Color HEX #663F13 Dark Brown

📋 copy color: '#663F13'

red 102 ◦ green 63 ◦ blue 19

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

Shades of Dark Brown #663F13

Tints of Dark Brown #663F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.33%

R = 55.43%
G = 34.24%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#663F13 (or 0x663F13) is known color: Dark Brown. HEX triplet: 66, 3F and 13. RGB value is (102,63,19). Sum of RGB (Red+Green+Blue) = 102+63+19=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #663F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663F13 is #99C0EC. Grayscale: #454545. Windows color (decimal): -10076397 or 1261414. OLE color: 1261414.

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

Color convert

RGB 102 63 19 -
CMYK 0 0.38 0.81 0.6
HSL 31.81º 0.69% 0.24% -
HSV(B) 31.81º 0.81% 0.4% -
XYZ 7.37 6.43 1.47 -
YUV 69.65 99.42 151.08 -
System Red Green Blue C M Y K H S L
Decimal 102 63 19 0 0.38 0.81 0.6 31.81 0.69 0.24
Hex 66 3F 13 0 26 51 3C 20 45 18
Octal 146 77 23 0 46 121 74 40 105 30
Binary 1100110 111111 10011 0 100110 1010001 111100 100000 1000101 11000

Color Harmonies of #663F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663F13

Black with #663F13

Text Example


Text Example

White with #663F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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