Html Css Color HEX #9B9679 Gurkha

📋 copy color: '#9B9679'

red 155 ◦ green 150 ◦ blue 121

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

Shades of Gurkha #9B9679

Tints of Gurkha #9B9679

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.21%

 BLUE value IS 121 (47.66% from 255) = 28.4%

R = 36.38%
G = 35.21%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B9679 (or 0x9B9679) is known color: Gurkha. HEX triplet: 9B, 96 and 79. RGB value is (155,150,121). Sum of RGB (Red+Green+Blue) = 155+150+121=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9679 is #646986. Grayscale: #949494. Windows color (decimal): -6580615 or 7968411. OLE color: 7968411.

HSL color Cylindrical-coordinate representation of color #9B9679: hue angle of 51.18º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9B9679 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 150 121 -
CMYK 0 0.03 0.22 0.39
HSL 51.18º 0.15% 0.54% -
HSV(B) 51.18º 0.22% 0.61% -
XYZ 27.88 30.16 22.44 -
YUV 148.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 155 150 121 0 0.03 0.22 0.39 51.18 0.15 0.54
Hex 9B 96 79 0 3 16 27 33 F 36
Octal 233 226 171 0 3 26 47 63 17 66
Binary 10011011 10010110 1111001 0 11 10110 100111 110011 1111 110110

Color Harmonies of #9B9679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9679

Black with #9B9679

Text Example


Text Example

White with #9B9679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,150,121); }

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

background-color css

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

 a { background-color: rgb(155,150,121); }

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

border-color css

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

 span { border-color: rgb(155,150,121); }

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