Html Css Color HEX #663D1D Dark Brown

📋 copy color: '#663D1D'

red 102 ◦ green 61 ◦ blue 29

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

Shades of Dark Brown #663D1D

Tints of Dark Brown #663D1D

RGB

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

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

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

R = 53.13%
G = 31.77%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#663D1D (or 0x663D1D) is known color: Dark Brown. HEX triplet: 66, 3D and 1D. RGB value is (102,61,29). Sum of RGB (Red+Green+Blue) = 102+61+29=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #663D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D1D is #99C2E2. Grayscale: #454545. Windows color (decimal): -10076899 or 1916262. OLE color: 1916262.

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

Color convert

RGB 102 61 29 -
CMYK 0 0.40 0.72 0.6
HSL 26.3º 0.56% 0.26% -
HSV(B) 26.3º 0.72% 0.4% -
XYZ 7.37 6.25 1.98 -
YUV 69.61 105.08 151.1 -
System Red Green Blue C M Y K H S L
Decimal 102 61 29 0 0.40 0.72 0.6 26.3 0.56 0.26
Hex 66 3D 1D 0 28 48 3C 1A 38 1A
Octal 146 75 35 0 50 110 74 32 70 32
Binary 1100110 111101 11101 0 101000 1001000 111100 11010 111000 11010

Color Harmonies of #663D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D1D

Black with #663D1D

Text Example


Text Example

White with #663D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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