Html Css Color HEX #9B8F5D Gurkha

📋 copy color: '#9B8F5D'

red 155 ◦ green 143 ◦ blue 93

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

Shades of Gurkha #9B8F5D

Tints of Gurkha #9B8F5D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.57%

 BLUE value IS 93 (36.72% from 255) = 23.79%

R = 39.64%
G = 36.57%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B8F5D (or 0x9B8F5D) is known color: Gurkha. HEX triplet: 9B, 8F and 5D. RGB value is (155,143,93). Sum of RGB (Red+Green+Blue) = 155+143+93=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8F5D is #6470A2. Grayscale: #8D8D8D. Windows color (decimal): -6582435 or 6131611. OLE color: 6131611.

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

Color convert

RGB 155 143 93 -
CMYK 0 0.08 0.4 0.39
HSL 48.39º 0.25% 0.49% -
HSV(B) 48.39º 0.4% 0.61% -
XYZ 25.32 27.4 14.31 -
YUV 140.89 100.98 138.07 -
System Red Green Blue C M Y K H S L
Decimal 155 143 93 0 0.08 0.4 0.39 48.39 0.25 0.49
Hex 9B 8F 5D 0 8 28 27 30 19 31
Octal 233 217 135 0 10 50 47 60 31 61
Binary 10011011 10001111 1011101 0 1000 101000 100111 110000 11001 110001

Color Harmonies of #9B8F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8F5D

Black with #9B8F5D

Text Example


Text Example

White with #9B8F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,143,93); }

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

background-color css

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

 a { background-color: rgb(155,143,93); }

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

border-color css

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

 span { border-color: rgb(155,143,93); }

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