Html Css Color HEX #663C1D Dark Brown

📋 copy color: '#663C1D'

red 102 ◦ green 60 ◦ blue 29

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

Shades of Dark Brown #663C1D

Tints of Dark Brown #663C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.18%

R = 53.4%
G = 31.41%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#663C1D (or 0x663C1D) is known color: Dark Brown. HEX triplet: 66, 3C and 1D. RGB value is (102,60,29). Sum of RGB (Red+Green+Blue) = 102+60+29=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #663C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C1D is #99C3E2. Grayscale: #454545. Windows color (decimal): -10077155 or 1916006. OLE color: 1916006.

HSL color Cylindrical-coordinate representation of color #663C1D: hue angle of 25.48º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #663C1D is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 60 29 -
CMYK 0 0.41 0.72 0.6
HSL 25.48º 0.56% 0.26% -
HSV(B) 25.48º 0.72% 0.4% -
XYZ 7.32 6.15 1.96 -
YUV 69.02 105.41 151.52 -
System Red Green Blue C M Y K H S L
Decimal 102 60 29 0 0.41 0.72 0.6 25.48 0.56 0.26
Hex 66 3C 1D 0 29 48 3C 19 38 1A
Octal 146 74 35 0 51 110 74 31 70 32
Binary 1100110 111100 11101 0 101001 1001000 111100 11001 111000 11010

Color Harmonies of #663C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663C1D

Black with #663C1D

Text Example


Text Example

White with #663C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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