Html Css Color HEX #95916D Gurkha

📋 copy color: '#95916D'

red 149 ◦ green 145 ◦ blue 109

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

Shades of Gurkha #95916D

Tints of Gurkha #95916D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.05%

R = 36.97%
G = 35.98%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95916D (or 0x95916D) is known color: Gurkha. HEX triplet: 95, 91 and 6D. RGB value is (149,145,109). Sum of RGB (Red+Green+Blue) = 149+145+109=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #95916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95916D is #6A6E92. Grayscale: #8E8E8E. Windows color (decimal): -6975123 or 7180693. OLE color: 7180693.

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

Color convert

RGB 149 145 109 -
CMYK 0 0.03 0.27 0.42
HSL 54º 0.16% 0.51% -
HSV(B) 54º 0.27% 0.58% -
XYZ 25.28 27.74 18.49 -
YUV 142.09 109.33 132.93 -
System Red Green Blue C M Y K H S L
Decimal 149 145 109 0 0.03 0.27 0.42 54 0.16 0.51
Hex 95 91 6D 0 3 1B 2A 36 10 33
Octal 225 221 155 0 3 33 52 66 20 63
Binary 10010101 10010001 1101101 0 11 11011 101010 110110 10000 110011

Color Harmonies of #95916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95916D

Black with #95916D

Text Example


Text Example

White with #95916D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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