Html Css Color HEX #9B9062 Gurkha

📋 copy color: '#9B9062'

red 155 ◦ green 144 ◦ blue 98

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

Shades of Gurkha #9B9062

Tints of Gurkha #9B9062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.27%

 BLUE value IS 98 (38.67% from 255) = 24.69%

R = 39.04%
G = 36.27%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9B9062 (or 0x9B9062) is known color: Gurkha. HEX triplet: 9B, 90 and 62. RGB value is (155,144,98). Sum of RGB (Red+Green+Blue) = 155+144+98=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9062 is #646F9D. Grayscale: #8E8E8E. Windows color (decimal): -6582174 or 6459547. OLE color: 6459547.

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

Color convert

RGB 155 144 98 -
CMYK 0 0.07 0.37 0.39
HSL 48.42º 0.23% 0.5% -
HSV(B) 48.42º 0.37% 0.61% -
XYZ 25.7 27.8 15.57 -
YUV 142.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 155 144 98 0 0.07 0.37 0.39 48.42 0.23 0.5
Hex 9B 90 62 0 7 25 27 30 17 32
Octal 233 220 142 0 7 45 47 60 27 62
Binary 10011011 10010000 1100010 0 111 100101 100111 110000 10111 110010

Color Harmonies of #9B9062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9062

Black with #9B9062

Text Example


Text Example

White with #9B9062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,144,98); }

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

background-color css

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

 a { background-color: rgb(155,144,98); }

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

border-color css

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

 span { border-color: rgb(155,144,98); }

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