Html Css Color HEX #9B9272 Gurkha

📋 copy color: '#9B9272'

red 155 ◦ green 146 ◦ blue 114

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

Shades of Gurkha #9B9272

Tints of Gurkha #9B9272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.47%

R = 37.35%
G = 35.18%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B9272 (or 0x9B9272) is known color: Gurkha. HEX triplet: 9B, 92 and 72. RGB value is (155,146,114). Sum of RGB (Red+Green+Blue) = 155+146+114=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9272 is #646D8D. Grayscale: #919191. Windows color (decimal): -6581646 or 7508635. OLE color: 7508635.

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

Color convert

RGB 155 146 114 -
CMYK 0 0.06 0.26 0.39
HSL 46.83º 0.17% 0.53% -
HSV(B) 46.83º 0.26% 0.61% -
XYZ 26.83 28.74 20.05 -
YUV 145.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 155 146 114 0 0.06 0.26 0.39 46.83 0.17 0.53
Hex 9B 92 72 0 6 1A 27 2F 11 35
Octal 233 222 162 0 6 32 47 57 21 65
Binary 10011011 10010010 1110010 0 110 11010 100111 101111 10001 110101

Color Harmonies of #9B9272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9272

Black with #9B9272

Text Example


Text Example

White with #9B9272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,146,114); }

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

background-color css

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

 a { background-color: rgb(155,146,114); }

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

border-color css

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

 span { border-color: rgb(155,146,114); }

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