Html Css Color HEX #9B8F6D Gurkha

📋 copy color: '#9B8F6D'

red 155 ◦ green 143 ◦ blue 109

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

Shades of Gurkha #9B8F6D

Tints of Gurkha #9B8F6D

RGB

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

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

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

R = 38.08%
G = 35.14%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B8F6D (or 0x9B8F6D) is known color: Gurkha. HEX triplet: 9B, 8F and 6D. RGB value is (155,143,109). Sum of RGB (Red+Green+Blue) = 155+143+109=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8F6D is #647092. Grayscale: #8E8E8E. Windows color (decimal): -6582419 or 7180187. OLE color: 7180187.

HSL color Cylindrical-coordinate representation of color #9B8F6D: hue angle of 44.35º 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 #9B8F6D is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 143 109 -
CMYK 0 0.08 0.30 0.39
HSL 44.35º 0.19% 0.52% -
HSV(B) 44.35º 0.3% 0.61% -
XYZ 26.1 27.72 18.44 -
YUV 142.71 108.98 136.76 -
System Red Green Blue C M Y K H S L
Decimal 155 143 109 0 0.08 0.30 0.39 44.35 0.19 0.52
Hex 9B 8F 6D 0 8 1E 27 2C 13 34
Octal 233 217 155 0 10 36 47 54 23 64
Binary 10011011 10001111 1101101 0 1000 11110 100111 101100 10011 110100

Color Harmonies of #9B8F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8F6D

Black with #9B8F6D

Text Example


Text Example

White with #9B8F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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