Html Css Color HEX #969165 Gurkha

📋 copy color: '#969165'

red 150 ◦ green 145 ◦ blue 101

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

Shades of Gurkha #969165

Tints of Gurkha #969165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.51%

R = 37.88%
G = 36.62%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#969165 (or 0x969165) is known color: Gurkha. HEX triplet: 96, 91 and 65. RGB value is (150,145,101). Sum of RGB (Red+Green+Blue) = 150+145+101=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #969165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969165 is #696E9A. Grayscale: #8D8D8D. Windows color (decimal): -6909595 or 6656406. OLE color: 6656406.

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

Color convert

RGB 150 145 101 -
CMYK 0 0.03 0.33 0.41
HSL 53.88º 0.2% 0.49% -
HSV(B) 53.88º 0.33% 0.59% -
XYZ 25.05 27.67 16.33 -
YUV 141.48 105.16 134.08 -
System Red Green Blue C M Y K H S L
Decimal 150 145 101 0 0.03 0.33 0.41 53.88 0.2 0.49
Hex 96 91 65 0 3 21 29 36 14 31
Octal 226 221 145 0 3 41 51 66 24 61
Binary 10010110 10010001 1100101 0 11 100001 101001 110110 10100 110001

Color Harmonies of #969165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969165

Black with #969165

Text Example


Text Example

White with #969165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969165; }

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

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

background-color css

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

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

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

border-color css

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

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

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