Html Css Color HEX #9B9568 Gurkha

📋 copy color: '#9B9568'

red 155 ◦ green 149 ◦ blue 104

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

Shades of Gurkha #9B9568

Tints of Gurkha #9B9568

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.52%

 BLUE value IS 104 (41.02% from 255) = 25.49%

R = 37.99%
G = 36.52%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9B9568 (or 0x9B9568) is known color: Gurkha. HEX triplet: 9B, 95 and 68. RGB value is (155,149,104). Sum of RGB (Red+Green+Blue) = 155+149+104=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9568 is #646A97. Grayscale: #919191. Windows color (decimal): -6580888 or 6854043. OLE color: 6854043.

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

Color convert

RGB 155 149 104 -
CMYK 0 0.04 0.33 0.39
HSL 52.94º 0.2% 0.51% -
HSV(B) 52.94º 0.33% 0.61% -
XYZ 26.76 29.46 17.37 -
YUV 145.66 104.49 134.66 -
System Red Green Blue C M Y K H S L
Decimal 155 149 104 0 0.04 0.33 0.39 52.94 0.2 0.51
Hex 9B 95 68 0 4 21 27 35 14 33
Octal 233 225 150 0 4 41 47 65 24 63
Binary 10011011 10010101 1101000 0 100 100001 100111 110101 10100 110011

Color Harmonies of #9B9568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9568

Black with #9B9568

Text Example


Text Example

White with #9B9568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,149,104); }

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

background-color css

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

 a { background-color: rgb(155,149,104); }

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

border-color css

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

 span { border-color: rgb(155,149,104); }

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