Html Css Color HEX #9B9070 Gurkha

📋 copy color: '#9B9070'

red 155 ◦ green 144 ◦ blue 112

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

Shades of Gurkha #9B9070

Tints of Gurkha #9B9070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.25%

R = 37.71%
G = 35.04%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B9070 (or 0x9B9070) is known color: Gurkha. HEX triplet: 9B, 90 and 70. RGB value is (155,144,112). Sum of RGB (Red+Green+Blue) = 155+144+112=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9070 is #646F8F. Grayscale: #8F8F8F. Windows color (decimal): -6582160 or 7377051. OLE color: 7377051.

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

Color convert

RGB 155 144 112 -
CMYK 0 0.07 0.28 0.39
HSL 44.65º 0.18% 0.52% -
HSV(B) 44.65º 0.28% 0.61% -
XYZ 26.42 28.08 19.36 -
YUV 143.64 110.14 136.1 -
System Red Green Blue C M Y K H S L
Decimal 155 144 112 0 0.07 0.28 0.39 44.65 0.18 0.52
Hex 9B 90 70 0 7 1C 27 2D 12 34
Octal 233 220 160 0 7 34 47 55 22 64
Binary 10011011 10010000 1110000 0 111 11100 100111 101101 10010 110100

Color Harmonies of #9B9070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9070

Black with #9B9070

Text Example


Text Example

White with #9B9070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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