Html Css Color HEX #96917D Gurkha

📋 copy color: '#96917D'

red 150 ◦ green 145 ◦ blue 125

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

Shades of Gurkha #96917D

Tints of Gurkha #96917D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.76%

R = 35.71%
G = 34.52%
B = 29.76%

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

#96917D (or 0x96917D) is known color: Gurkha. HEX triplet: 96, 91 and 7D. RGB value is (150,145,125). Sum of RGB (Red+Green+Blue) = 150+145+125=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #96917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96917D is #696E82. Grayscale: #909090. Windows color (decimal): -6909571 or 8229270. OLE color: 8229270.

HSL color Cylindrical-coordinate representation of color #96917D: hue angle of 48º 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 #96917D is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 145 125 -
CMYK 0 0.03 0.17 0.41
HSL 48º 0.11% 0.54% -
HSV(B) 48º 0.17% 0.59% -
XYZ 26.4 28.22 23.46 -
YUV 144.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 150 145 125 0 0.03 0.17 0.41 48 0.11 0.54
Hex 96 91 7D 0 3 11 29 30 B 36
Octal 226 221 175 0 3 21 51 60 13 66
Binary 10010110 10010001 1111101 0 11 10001 101001 110000 1011 110110

Color Harmonies of #96917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96917D

Black with #96917D

Text Example


Text Example

White with #96917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96917D; }

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

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

background-color css

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

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

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

border-color css

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

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

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