Html Css Color HEX #9B9675 Gurkha

📋 copy color: '#9B9675'

red 155 ◦ green 150 ◦ blue 117

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

Shades of Gurkha #9B9675

Tints of Gurkha #9B9675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.55%

 BLUE value IS 117 (46.09% from 255) = 27.73%

R = 36.73%
G = 35.55%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B9675 (or 0x9B9675) is known color: Gurkha. HEX triplet: 9B, 96 and 75. RGB value is (155,150,117). Sum of RGB (Red+Green+Blue) = 155+150+117=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9675 is #64698A. Grayscale: #939393. Windows color (decimal): -6580619 or 7706267. OLE color: 7706267.

HSL color Cylindrical-coordinate representation of color #9B9675: hue angle of 52.11º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B9675 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 150 117 -
CMYK 0 0.03 0.25 0.39
HSL 52.11º 0.16% 0.53% -
HSV(B) 52.11º 0.25% 0.61% -
XYZ 27.63 30.07 21.18 -
YUV 147.73 110.66 133.18 -
System Red Green Blue C M Y K H S L
Decimal 155 150 117 0 0.03 0.25 0.39 52.11 0.16 0.53
Hex 9B 96 75 0 3 19 27 34 10 35
Octal 233 226 165 0 3 31 47 64 20 65
Binary 10011011 10010110 1110101 0 11 11001 100111 110100 10000 110101

Color Harmonies of #9B9675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9675

Black with #9B9675

Text Example


Text Example

White with #9B9675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,150,117); }

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

background-color css

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

 a { background-color: rgb(155,150,117); }

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

border-color css

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

 span { border-color: rgb(155,150,117); }

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