Html Css Color HEX #969074 Gurkha

📋 copy color: '#969074'

red 150 ◦ green 144 ◦ blue 116

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

Shades of Gurkha #969074

Tints of Gurkha #969074

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.12%

 BLUE value IS 116 (45.7% from 255) = 28.29%

R = 36.59%
G = 35.12%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#969074 (or 0x969074) is known color: Gurkha. HEX triplet: 96, 90 and 74. RGB value is (150,144,116). Sum of RGB (Red+Green+Blue) = 150+144+116=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #969074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969074 is #696F8B. Grayscale: #8E8E8E. Windows color (decimal): -6909836 or 7639190. OLE color: 7639190.

HSL color Cylindrical-coordinate representation of color #969074: hue angle of 49.41º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #969074 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 144 116 -
CMYK 0 0.04 0.23 0.41
HSL 49.41º 0.14% 0.52% -
HSV(B) 49.41º 0.23% 0.59% -
XYZ 25.7 27.69 20.51 -
YUV 142.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 150 144 116 0 0.04 0.23 0.41 49.41 0.14 0.52
Hex 96 90 74 0 4 17 29 31 E 34
Octal 226 220 164 0 4 27 51 61 16 64
Binary 10010110 10010000 1110100 0 100 10111 101001 110001 1110 110100

Color Harmonies of #969074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969074

Black with #969074

Text Example


Text Example

White with #969074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969074; }

 p { color: rgb(150,144,116); }

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

background-color css

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

 a { background-color: rgb(150,144,116); }

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

border-color css

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

 span { border-color: rgb(150,144,116); }

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