Html Css Color HEX #969166 Gurkha

📋 copy color: '#969166'

red 150 ◦ green 145 ◦ blue 102

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

Shades of Gurkha #969166

Tints of Gurkha #969166

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.52%

 BLUE value IS 102 (40.23% from 255) = 25.69%

R = 37.78%
G = 36.52%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#969166 (or 0x969166) is known color: Gurkha. HEX triplet: 96, 91 and 66. RGB value is (150,145,102). Sum of RGB (Red+Green+Blue) = 150+145+102=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #969166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969166 is #696E99. Grayscale: #8D8D8D. Windows color (decimal): -6909594 or 6721942. OLE color: 6721942.

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

Color convert

RGB 150 145 102 -
CMYK 0 0.03 0.32 0.41
HSL 53.75º 0.19% 0.49% -
HSV(B) 53.75º 0.32% 0.59% -
XYZ 25.1 27.69 16.59 -
YUV 141.59 105.66 134 -
System Red Green Blue C M Y K H S L
Decimal 150 145 102 0 0.03 0.32 0.41 53.75 0.19 0.49
Hex 96 91 66 0 3 20 29 36 13 31
Octal 226 221 146 0 3 40 51 66 23 61
Binary 10010110 10010001 1100110 0 11 100000 101001 110110 10011 110001

Color Harmonies of #969166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969166

Black with #969166

Text Example


Text Example

White with #969166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969166; }

 p { color: rgb(150,145,102); }

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

background-color css

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

 a { background-color: rgb(150,145,102); }

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

border-color css

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

 span { border-color: rgb(150,145,102); }

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