Html Css Color HEX #95916E Gurkha

📋 copy color: '#95916E'

red 149 ◦ green 145 ◦ blue 110

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

Shades of Gurkha #95916E

Tints of Gurkha #95916E

RGB

 RED value IS 149 (58.59% from 255) = 36.88%

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

 BLUE value IS 110 (43.36% from 255) = 27.23%

R = 36.88%
G = 35.89%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95916E (or 0x95916E) is known color: Gurkha. HEX triplet: 95, 91 and 6E. RGB value is (149,145,110). Sum of RGB (Red+Green+Blue) = 149+145+110=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #95916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95916E is #6A6E91. Grayscale: #8E8E8E. Windows color (decimal): -6975122 or 7246229. OLE color: 7246229.

HSL color Cylindrical-coordinate representation of color #95916E: hue angle of 53.85º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95916E is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 145 110 -
CMYK 0 0.03 0.26 0.42
HSL 53.85º 0.16% 0.51% -
HSV(B) 53.85º 0.26% 0.58% -
XYZ 25.33 27.77 18.78 -
YUV 142.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 149 145 110 0 0.03 0.26 0.42 53.85 0.16 0.51
Hex 95 91 6E 0 3 1A 2A 36 10 33
Octal 225 221 156 0 3 32 52 66 20 63
Binary 10010101 10010001 1101110 0 11 11010 101010 110110 10000 110011

Color Harmonies of #95916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95916E

Black with #95916E

Text Example


Text Example

White with #95916E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95916E; }

 p { color: rgb(149,145,110); }

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

background-color css

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

 a { background-color: rgb(149,145,110); }

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

border-color css

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

 span { border-color: rgb(149,145,110); }

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