Html Css Color HEX #9B8F65 Gurkha

📋 copy color: '#9B8F65'

red 155 ◦ green 143 ◦ blue 101

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

Shades of Gurkha #9B8F65

Tints of Gurkha #9B8F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.31%

R = 38.85%
G = 35.84%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B8F65 (or 0x9B8F65) is known color: Gurkha. HEX triplet: 9B, 8F and 65. RGB value is (155,143,101). Sum of RGB (Red+Green+Blue) = 155+143+101=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8F65 is #64709A. Grayscale: #8D8D8D. Windows color (decimal): -6582427 or 6655899. OLE color: 6655899.

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

Color convert

RGB 155 143 101 -
CMYK 0 0.08 0.35 0.39
HSL 46.67º 0.21% 0.5% -
HSV(B) 46.67º 0.35% 0.61% -
XYZ 25.69 27.55 16.28 -
YUV 141.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 155 143 101 0 0.08 0.35 0.39 46.67 0.21 0.5
Hex 9B 8F 65 0 8 23 27 2F 15 32
Octal 233 217 145 0 10 43 47 57 25 62
Binary 10011011 10001111 1100101 0 1000 100011 100111 101111 10101 110010

Color Harmonies of #9B8F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8F65

Black with #9B8F65

Text Example


Text Example

White with #9B8F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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