Html Css Color HEX #663D13 Dark Brown

📋 copy color: '#663D13'

red 102 ◦ green 61 ◦ blue 19

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

Shades of Dark Brown #663D13

Tints of Dark Brown #663D13

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.52%

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

R = 56.04%
G = 33.52%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#663D13 (or 0x663D13) is known color: Dark Brown. HEX triplet: 66, 3D and 13. RGB value is (102,61,19). Sum of RGB (Red+Green+Blue) = 102+61+19=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #663D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663D13 is #99C2EC. Grayscale: #444444. Windows color (decimal): -10076909 or 1260902. OLE color: 1260902.

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

Color convert

RGB 102 61 19 -
CMYK 0 0.40 0.81 0.6
HSL 30.36º 0.69% 0.24% -
HSV(B) 30.36º 0.81% 0.4% -
XYZ 7.27 6.21 1.43 -
YUV 68.47 100.08 151.92 -
System Red Green Blue C M Y K H S L
Decimal 102 61 19 0 0.40 0.81 0.6 30.36 0.69 0.24
Hex 66 3D 13 0 28 51 3C 1E 45 18
Octal 146 75 23 0 50 121 74 36 105 30
Binary 1100110 111101 10011 0 101000 1010001 111100 11110 1000101 11000

Color Harmonies of #663D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D13

Black with #663D13

Text Example


Text Example

White with #663D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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