Html Css Color HEX #9B926D Gurkha

📋 copy color: '#9B926D'

red 155 ◦ green 146 ◦ blue 109

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

Shades of Gurkha #9B926D

Tints of Gurkha #9B926D

RGB

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

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

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

R = 37.8%
G = 35.61%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B926D (or 0x9B926D) is known color: Gurkha. HEX triplet: 9B, 92 and 6D. RGB value is (155,146,109). Sum of RGB (Red+Green+Blue) = 155+146+109=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 155 - color contains mainly: red. Hex color #9B926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B926D is #646D92. Grayscale: #909090. Windows color (decimal): -6581651 or 7180955. OLE color: 7180955.

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

Color convert

RGB 155 146 109 -
CMYK 0 0.06 0.30 0.39
HSL 48.26º 0.19% 0.52% -
HSV(B) 48.26º 0.3% 0.61% -
XYZ 26.56 28.63 18.59 -
YUV 144.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 155 146 109 0 0.06 0.30 0.39 48.26 0.19 0.52
Hex 9B 92 6D 0 6 1E 27 30 13 34
Octal 233 222 155 0 6 36 47 60 23 64
Binary 10011011 10010010 1101101 0 110 11110 100111 110000 10011 110100

Color Harmonies of #9B926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B926D

Black with #9B926D

Text Example


Text Example

White with #9B926D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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