Html Css Color HEX #9F634A Dark Tan

📋 copy color: '#9F634A'

red 159 ◦ green 99 ◦ blue 74

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

Shades of Dark Tan #9F634A

Tints of Dark Tan #9F634A

RGB

 RED value IS 159 (62.5% from 255) = 47.89%

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

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 47.89%
G = 29.82%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9F634A (or 0x9F634A) is known color: Dark Tan. HEX triplet: 9F, 63 and 4A. RGB value is (159,99,74). Sum of RGB (Red+Green+Blue) = 159+99+74=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F634A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F634A is #609CB5. Grayscale: #727272. Windows color (decimal): -6331574 or 4875167. OLE color: 4875167.

HSL color Cylindrical-coordinate representation of color #9F634A: hue angle of 17.65º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F634A is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 99 74 -
CMYK 0 0.38 0.53 0.38
HSL 17.65º 0.36% 0.46% -
HSV(B) 17.65º 0.53% 0.62% -
XYZ 20 16.79 8.67 -
YUV 114.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 159 99 74 0 0.38 0.53 0.38 17.65 0.36 0.46
Hex 9F 63 4A 0 26 35 26 12 24 2E
Octal 237 143 112 0 46 65 46 22 44 56
Binary 10011111 1100011 1001010 0 100110 110101 100110 10010 100100 101110

Color Harmonies of #9F634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F634A

Black with #9F634A

Text Example


Text Example

White with #9F634A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F634A; }

 p { color: rgb(159,99,74); }

 H1.HeaderClassName
 {
   color: #9F634A;
 }
 .AnyTagClassName
 {
   color: #9F634A;
 }
</style>

background-color css

<style>
 a { background-color: #9F634A; }

 a { background-color: rgb(159,99,74); }

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

border-color css

<style>
 span { border-color: #9F634A; }

 span { border-color: rgb(159,99,74); }

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