Html Css Color HEX #9B9678 Gurkha

📋 copy color: '#9B9678'

red 155 ◦ green 150 ◦ blue 120

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

Shades of Gurkha #9B9678

Tints of Gurkha #9B9678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.24%

R = 36.47%
G = 35.29%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B9678 (or 0x9B9678) is known color: Gurkha. HEX triplet: 9B, 96 and 78. RGB value is (155,150,120). Sum of RGB (Red+Green+Blue) = 155+150+120=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9678 is #646987. Grayscale: #949494. Windows color (decimal): -6580616 or 7902875. OLE color: 7902875.

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

Color convert

RGB 155 150 120 -
CMYK 0 0.03 0.23 0.39
HSL 51.43º 0.15% 0.54% -
HSV(B) 51.43º 0.23% 0.61% -
XYZ 27.81 30.14 22.12 -
YUV 148.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 155 150 120 0 0.03 0.23 0.39 51.43 0.15 0.54
Hex 9B 96 78 0 3 17 27 33 F 36
Octal 233 226 170 0 3 27 47 63 17 66
Binary 10011011 10010110 1111000 0 11 10111 100111 110011 1111 110110

Color Harmonies of #9B9678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9678

Black with #9B9678

Text Example


Text Example

White with #9B9678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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