Html Css Color HEX #95927A Gurkha

📋 copy color: '#95927A'

red 149 ◦ green 146 ◦ blue 122

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

Shades of Gurkha #95927A

Tints of Gurkha #95927A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.26%

R = 35.73%
G = 35.01%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95927A (or 0x95927A) is known color: Gurkha. HEX triplet: 95, 92 and 7A. RGB value is (149,146,122). Sum of RGB (Red+Green+Blue) = 149+146+122=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #95927A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95927A is #6A6D85. Grayscale: #909090. Windows color (decimal): -6974854 or 8032917. OLE color: 8032917.

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

Color convert

RGB 149 146 122 -
CMYK 0 0.02 0.18 0.42
HSL 53.33º 0.11% 0.53% -
HSV(B) 53.33º 0.18% 0.58% -
XYZ 26.19 28.35 22.5 -
YUV 144.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 149 146 122 0 0.02 0.18 0.42 53.33 0.11 0.53
Hex 95 92 7A 0 2 12 2A 35 B 35
Octal 225 222 172 0 2 22 52 65 13 65
Binary 10010101 10010010 1111010 0 10 10010 101010 110101 1011 110101

Color Harmonies of #95927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95927A

Black with #95927A

Text Example


Text Example

White with #95927A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,146,122); }

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

background-color css

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

 a { background-color: rgb(149,146,122); }

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

border-color css

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

 span { border-color: rgb(149,146,122); }

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