Html Css Color HEX #969379 Gurkha

📋 copy color: '#969379'

red 150 ◦ green 147 ◦ blue 121

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

Shades of Gurkha #969379

Tints of Gurkha #969379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.17%

 BLUE value IS 121 (47.66% from 255) = 28.95%

R = 35.89%
G = 35.17%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#969379 (or 0x969379) is known color: Gurkha. HEX triplet: 96, 93 and 79. RGB value is (150,147,121). Sum of RGB (Red+Green+Blue) = 150+147+121=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 150 - color contains mainly: red. Hex color #969379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969379 is #696C86. Grayscale: #919191. Windows color (decimal): -6909063 or 7967638. OLE color: 7967638.

HSL color Cylindrical-coordinate representation of color #969379: hue angle of 53.79º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #969379 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 147 121 -
CMYK 0 0.02 0.19 0.41
HSL 53.79º 0.12% 0.53% -
HSV(B) 53.79º 0.19% 0.59% -
XYZ 26.46 28.73 22.24 -
YUV 144.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 150 147 121 0 0.02 0.19 0.41 53.79 0.12 0.53
Hex 96 93 79 0 2 13 29 36 C 35
Octal 226 223 171 0 2 23 51 66 14 65
Binary 10010110 10010011 1111001 0 10 10011 101001 110110 1100 110101

Color Harmonies of #969379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969379

Black with #969379

Text Example


Text Example

White with #969379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969379; }

 p { color: rgb(150,147,121); }

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

background-color css

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

 a { background-color: rgb(150,147,121); }

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

border-color css

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

 span { border-color: rgb(150,147,121); }

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