Html Css Color HEX #969377 Gurkha

📋 copy color: '#969377'

red 150 ◦ green 147 ◦ blue 119

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

Shades of Gurkha #969377

Tints of Gurkha #969377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.61%

R = 36.06%
G = 35.34%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#969377 (or 0x969377) is known color: Gurkha. HEX triplet: 96, 93 and 77. RGB value is (150,147,119). Sum of RGB (Red+Green+Blue) = 150+147+119=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 150 - color contains mainly: red. Hex color #969377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969377 is #696C88. Grayscale: #909090. Windows color (decimal): -6909065 or 7836566. OLE color: 7836566.

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

Color convert

RGB 150 147 119 -
CMYK 0 0.02 0.21 0.41
HSL 54.19º 0.13% 0.53% -
HSV(B) 54.19º 0.21% 0.59% -
XYZ 26.34 28.68 21.6 -
YUV 144.71 113.49 131.78 -
System Red Green Blue C M Y K H S L
Decimal 150 147 119 0 0.02 0.21 0.41 54.19 0.13 0.53
Hex 96 93 77 0 2 15 29 36 D 35
Octal 226 223 167 0 2 25 51 66 15 65
Binary 10010110 10010011 1110111 0 10 10101 101001 110110 1101 110101

Color Harmonies of #969377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969377

Black with #969377

Text Example


Text Example

White with #969377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969377; }

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

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

background-color css

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

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

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

border-color css

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

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

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