Html Css Color HEX #9F9470 Gurkha

📋 copy color: '#9F9470'

red 159 ◦ green 148 ◦ blue 112

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

Shades of Gurkha #9F9470

Tints of Gurkha #9F9470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.32%

 BLUE value IS 112 (44.14% from 255) = 26.73%

R = 37.95%
G = 35.32%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F9470 (or 0x9F9470) is known color: Gurkha. HEX triplet: 9F, 94 and 70. RGB value is (159,148,112). Sum of RGB (Red+Green+Blue) = 159+148+112=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9470 is #606B8F. Grayscale: #939393. Windows color (decimal): -6318992 or 7378079. OLE color: 7378079.

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

Color convert

RGB 159 148 112 -
CMYK 0 0.07 0.30 0.38
HSL 45.96º 0.2% 0.53% -
HSV(B) 45.96º 0.3% 0.62% -
XYZ 27.81 29.72 19.6 -
YUV 147.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 159 148 112 0 0.07 0.30 0.38 45.96 0.2 0.53
Hex 9F 94 70 0 7 1E 26 2E 14 35
Octal 237 224 160 0 7 36 46 56 24 65
Binary 10011111 10010100 1110000 0 111 11110 100110 101110 10100 110101

Color Harmonies of #9F9470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9470

Black with #9F9470

Text Example


Text Example

White with #9F9470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,148,112); }

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

background-color css

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

 a { background-color: rgb(159,148,112); }

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

border-color css

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

 span { border-color: rgb(159,148,112); }

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