Html Css Color HEX #96927C Gurkha

📋 copy color: '#96927C'

red 150 ◦ green 146 ◦ blue 124

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

Shades of Gurkha #96927C

Tints of Gurkha #96927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.76%

 BLUE value IS 124 (48.83% from 255) = 29.52%

R = 35.71%
G = 34.76%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96927C (or 0x96927C) is known color: Gurkha. HEX triplet: 96, 92 and 7C. RGB value is (150,146,124). Sum of RGB (Red+Green+Blue) = 150+146+124=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #96927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96927C is #696D83. Grayscale: #909090. Windows color (decimal): -6909316 or 8163990. OLE color: 8163990.

HSL color Cylindrical-coordinate representation of color #96927C: hue angle of 50.77º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96927C is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 146 124 -
CMYK 0 0.03 0.17 0.41
HSL 50.77º 0.11% 0.54% -
HSV(B) 50.77º 0.17% 0.59% -
XYZ 26.49 28.5 23.17 -
YUV 144.69 116.33 131.79 -
System Red Green Blue C M Y K H S L
Decimal 150 146 124 0 0.03 0.17 0.41 50.77 0.11 0.54
Hex 96 92 7C 0 3 11 29 33 B 36
Octal 226 222 174 0 3 21 51 63 13 66
Binary 10010110 10010010 1111100 0 11 10001 101001 110011 1011 110110

Color Harmonies of #96927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96927C

Black with #96927C

Text Example


Text Example

White with #96927C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96927C; }

 p { color: rgb(150,146,124); }

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

background-color css

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

 a { background-color: rgb(150,146,124); }

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

border-color css

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

 span { border-color: rgb(150,146,124); }

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