Html Css Color HEX #9B916E Gurkha

📋 copy color: '#9B916E'

red 155 ◦ green 145 ◦ blue 110

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

Shades of Gurkha #9B916E

Tints of Gurkha #9B916E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.83%

R = 37.8%
G = 35.37%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B916E (or 0x9B916E) is known color: Gurkha. HEX triplet: 9B, 91 and 6E. RGB value is (155,145,110). Sum of RGB (Red+Green+Blue) = 155+145+110=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 155 - color contains mainly: red. Hex color #9B916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B916E is #646E91. Grayscale: #909090. Windows color (decimal): -6581906 or 7246235. OLE color: 7246235.

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

Color convert

RGB 155 145 110 -
CMYK 0 0.06 0.29 0.39
HSL 46.67º 0.18% 0.52% -
HSV(B) 46.67º 0.29% 0.61% -
XYZ 26.46 28.35 18.83 -
YUV 144 108.81 135.85 -
System Red Green Blue C M Y K H S L
Decimal 155 145 110 0 0.06 0.29 0.39 46.67 0.18 0.52
Hex 9B 91 6E 0 6 1D 27 2F 12 34
Octal 233 221 156 0 6 35 47 57 22 64
Binary 10011011 10010001 1101110 0 110 11101 100111 101111 10010 110100

Color Harmonies of #9B916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B916E

Black with #9B916E

Text Example


Text Example

White with #9B916E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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