Html Css Color HEX #95917B Gurkha

📋 copy color: '#95917B'

red 149 ◦ green 145 ◦ blue 123

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

Shades of Gurkha #95917B

Tints of Gurkha #95917B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.5%

R = 35.73%
G = 34.77%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95917B (or 0x95917B) is known color: Gurkha. HEX triplet: 95, 91 and 7B. RGB value is (149,145,123). Sum of RGB (Red+Green+Blue) = 149+145+123=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #95917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95917B is #6A6E84. Grayscale: #8F8F8F. Windows color (decimal): -6975109 or 8098197. OLE color: 8098197.

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

Color convert

RGB 149 145 123 -
CMYK 0 0.03 0.17 0.42
HSL 50.77º 0.11% 0.53% -
HSV(B) 50.77º 0.17% 0.58% -
XYZ 26.09 28.07 22.78 -
YUV 143.69 116.33 131.79 -
System Red Green Blue C M Y K H S L
Decimal 149 145 123 0 0.03 0.17 0.42 50.77 0.11 0.53
Hex 95 91 7B 0 3 11 2A 33 B 35
Octal 225 221 173 0 3 21 52 63 13 65
Binary 10010101 10010001 1111011 0 11 10001 101010 110011 1011 110101

Color Harmonies of #95917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95917B

Black with #95917B

Text Example


Text Example

White with #95917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95917B; }

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

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

background-color css

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

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

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

border-color css

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

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

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