Html Css Color HEX #96634C Dark Tan

📋 copy color: '#96634C'

red 150 ◦ green 99 ◦ blue 76

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

Shades of Dark Tan #96634C

Tints of Dark Tan #96634C

RGB

 RED value IS 150 (58.98% from 255) = 46.15%

 GREEN value IS 99 (39.06% from 255) = 30.46%

 BLUE value IS 76 (30.08% from 255) = 23.38%

R = 46.15%
G = 30.46%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96634C (or 0x96634C) is known color: Dark Tan. HEX triplet: 96, 63 and 4C. RGB value is (150,99,76). Sum of RGB (Red+Green+Blue) = 150+99+76=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96634C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96634C is #699CB3. Grayscale: #6F6F6F. Windows color (decimal): -6921396 or 5006230. OLE color: 5006230.

HSL color Cylindrical-coordinate representation of color #96634C: hue angle of 18.65º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96634C is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 99 76 -
CMYK 0 0.34 0.49 0.41
HSL 18.65º 0.33% 0.44% -
HSV(B) 18.65º 0.49% 0.59% -
XYZ 18.34 15.93 8.95 -
YUV 111.63 107.9 155.37 -
System Red Green Blue C M Y K H S L
Decimal 150 99 76 0 0.34 0.49 0.41 18.65 0.33 0.44
Hex 96 63 4C 0 22 31 29 13 21 2C
Octal 226 143 114 0 42 61 51 23 41 54
Binary 10010110 1100011 1001100 0 100010 110001 101001 10011 100001 101100

Color Harmonies of #96634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96634C

Black with #96634C

Text Example


Text Example

White with #96634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96634C; }

 p { color: rgb(150,99,76); }

 H1.HeaderClassName
 {
   color: #96634C;
 }
 .AnyTagClassName
 {
   color: #96634C;
 }
</style>

background-color css

<style>
 a { background-color: #96634C; }

 a { background-color: rgb(150,99,76); }

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

border-color css

<style>
 span { border-color: #96634C; }

 span { border-color: rgb(150,99,76); }

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