Html Css Color HEX #969168 Gurkha

📋 copy color: '#969168'

red 150 ◦ green 145 ◦ blue 104

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

Shades of Gurkha #969168

Tints of Gurkha #969168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.07%

R = 37.59%
G = 36.34%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#969168 (or 0x969168) is known color: Gurkha. HEX triplet: 96, 91 and 68. RGB value is (150,145,104). Sum of RGB (Red+Green+Blue) = 150+145+104=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #969168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969168 is #696E97. Grayscale: #8D8D8D. Windows color (decimal): -6909592 or 6853014. OLE color: 6853014.

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

Color convert

RGB 150 145 104 -
CMYK 0 0.03 0.31 0.41
HSL 53.48º 0.18% 0.5% -
HSV(B) 53.48º 0.31% 0.59% -
XYZ 25.2 27.73 17.12 -
YUV 141.82 106.66 133.83 -
System Red Green Blue C M Y K H S L
Decimal 150 145 104 0 0.03 0.31 0.41 53.48 0.18 0.5
Hex 96 91 68 0 3 1F 29 35 12 32
Octal 226 221 150 0 3 37 51 65 22 62
Binary 10010110 10010001 1101000 0 11 11111 101001 110101 10010 110010

Color Harmonies of #969168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969168

Black with #969168

Text Example


Text Example

White with #969168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969168; }

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

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

background-color css

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

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

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

border-color css

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

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

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