Html Css Color HEX #95916A Gurkha

📋 copy color: '#95916A'

red 149 ◦ green 145 ◦ blue 106

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

Shades of Gurkha #95916A

Tints of Gurkha #95916A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.5%

R = 37.25%
G = 36.25%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#95916A (or 0x95916A) is known color: Gurkha. HEX triplet: 95, 91 and 6A. RGB value is (149,145,106). Sum of RGB (Red+Green+Blue) = 149+145+106=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #95916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95916A is #6A6E95. Grayscale: #8D8D8D. Windows color (decimal): -6975126 or 6984085. OLE color: 6984085.

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

Color convert

RGB 149 145 106 -
CMYK 0 0.03 0.29 0.42
HSL 54.42º 0.17% 0.5% -
HSV(B) 54.42º 0.29% 0.58% -
XYZ 25.12 27.68 17.65 -
YUV 141.75 107.83 133.17 -
System Red Green Blue C M Y K H S L
Decimal 149 145 106 0 0.03 0.29 0.42 54.42 0.17 0.5
Hex 95 91 6A 0 3 1D 2A 36 11 32
Octal 225 221 152 0 3 35 52 66 21 62
Binary 10010101 10010001 1101010 0 11 11101 101010 110110 10001 110010

Color Harmonies of #95916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95916A

Black with #95916A

Text Example


Text Example

White with #95916A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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