Html Css Color HEX #9B906B Gurkha

📋 copy color: '#9B906B'

red 155 ◦ green 144 ◦ blue 107

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

Shades of Gurkha #9B906B

Tints of Gurkha #9B906B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.35%

R = 38.18%
G = 35.47%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B906B (or 0x9B906B) is known color: Gurkha. HEX triplet: 9B, 90 and 6B. RGB value is (155,144,107). Sum of RGB (Red+Green+Blue) = 155+144+107=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B906B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B906B is #646F94. Grayscale: #8F8F8F. Windows color (decimal): -6582165 or 7049371. OLE color: 7049371.

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

Color convert

RGB 155 144 107 -
CMYK 0 0.07 0.31 0.39
HSL 46.25º 0.19% 0.51% -
HSV(B) 46.25º 0.31% 0.61% -
XYZ 26.14 27.98 17.93 -
YUV 143.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 155 144 107 0 0.07 0.31 0.39 46.25 0.19 0.51
Hex 9B 90 6B 0 7 1F 27 2E 13 33
Octal 233 220 153 0 7 37 47 56 23 63
Binary 10011011 10010000 1101011 0 111 11111 100111 101110 10011 110011

Color Harmonies of #9B906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B906B

Black with #9B906B

Text Example


Text Example

White with #9B906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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