Html Css Color HEX #9B915A Gurkha

📋 copy color: '#9B915A'

red 155 ◦ green 145 ◦ blue 90

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

Shades of Gurkha #9B915A

Tints of Gurkha #9B915A

RGB

 RED value IS 155 (60.94% from 255) = 39.74%

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

 BLUE value IS 90 (35.55% from 255) = 23.08%

R = 39.74%
G = 37.18%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9B915A (or 0x9B915A) is known color: Gurkha. HEX triplet: 9B, 91 and 5A. RGB value is (155,145,90). Sum of RGB (Red+Green+Blue) = 155+145+90=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B915A is #646EA5. Grayscale: #8D8D8D. Windows color (decimal): -6581926 or 5935515. OLE color: 5935515.

HSL color Cylindrical-coordinate representation of color #9B915A: hue angle of 50.77º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B915A is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 145 90 -
CMYK 0 0.06 0.42 0.39
HSL 50.77º 0.27% 0.48% -
HSV(B) 50.77º 0.42% 0.61% -
XYZ 25.49 27.96 13.73 -
YUV 141.72 98.81 137.47 -
System Red Green Blue C M Y K H S L
Decimal 155 145 90 0 0.06 0.42 0.39 50.77 0.27 0.48
Hex 9B 91 5A 0 6 2A 27 33 1B 30
Octal 233 221 132 0 6 52 47 63 33 60
Binary 10011011 10010001 1011010 0 110 101010 100111 110011 11011 110000

Color Harmonies of #9B915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B915A

Black with #9B915A

Text Example


Text Example

White with #9B915A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B915A; }

 p { color: rgb(155,145,90); }

 H1.HeaderClassName
 {
   color: #9B915A;
 }
 .AnyTagClassName
 {
   color: #9B915A;
 }
</style>

background-color css

<style>
 a { background-color: #9B915A; }

 a { background-color: rgb(155,145,90); }

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

border-color css

<style>
 span { border-color: #9B915A; }

 span { border-color: rgb(155,145,90); }

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