Html Css Color HEX #663D1C Dark Brown

📋 copy color: '#663D1C'

red 102 ◦ green 61 ◦ blue 28

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

Shades of Dark Brown #663D1C

Tints of Dark Brown #663D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.66%

R = 53.4%
G = 31.94%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#663D1C (or 0x663D1C) is known color: Dark Brown. HEX triplet: 66, 3D and 1C. RGB value is (102,61,28). Sum of RGB (Red+Green+Blue) = 102+61+28=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #663D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D1C is #99C2E3. Grayscale: #454545. Windows color (decimal): -10076900 or 1850726. OLE color: 1850726.

HSL color Cylindrical-coordinate representation of color #663D1C: hue angle of 26.76º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #663D1C is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 61 28 -
CMYK 0 0.40 0.73 0.6
HSL 26.76º 0.57% 0.25% -
HSV(B) 26.76º 0.73% 0.4% -
XYZ 7.36 6.25 1.92 -
YUV 69.5 104.58 151.18 -
System Red Green Blue C M Y K H S L
Decimal 102 61 28 0 0.40 0.73 0.6 26.76 0.57 0.25
Hex 66 3D 1C 0 28 49 3C 1B 39 19
Octal 146 75 34 0 50 111 74 33 71 31
Binary 1100110 111101 11100 0 101000 1001001 111100 11011 111001 11001

Color Harmonies of #663D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D1C

Black with #663D1C

Text Example


Text Example

White with #663D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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