Html Css Color HEX #968D6F Gurkha

📋 copy color: '#968D6F'

red 150 ◦ green 141 ◦ blue 111

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

Shades of Gurkha #968D6F

Tints of Gurkha #968D6F

RGB

 RED value IS 150 (58.98% from 255) = 37.31%

 GREEN value IS 141 (55.47% from 255) = 35.07%

 BLUE value IS 111 (43.75% from 255) = 27.61%

R = 37.31%
G = 35.07%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#968D6F (or 0x968D6F) is known color: Gurkha. HEX triplet: 96, 8D and 6F. RGB value is (150,141,111). Sum of RGB (Red+Green+Blue) = 150+141+111=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #968D6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D6F is #697290. Grayscale: #8C8C8C. Windows color (decimal): -6910609 or 7310742. OLE color: 7310742.

HSL color Cylindrical-coordinate representation of color #968D6F: hue angle of 46.15º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #968D6F is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 141 111 -
CMYK 0 0.06 0.26 0.41
HSL 46.15º 0.16% 0.51% -
HSV(B) 46.15º 0.26% 0.59% -
XYZ 24.97 26.68 18.87 -
YUV 140.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 150 141 111 0 0.06 0.26 0.41 46.15 0.16 0.51
Hex 96 8D 6F 0 6 1A 29 2E 10 33
Octal 226 215 157 0 6 32 51 56 20 63
Binary 10010110 10001101 1101111 0 110 11010 101001 101110 10000 110011

Color Harmonies of #968D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968D6F

Black with #968D6F

Text Example


Text Example

White with #968D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968D6F; }

 p { color: rgb(150,141,111); }

 H1.HeaderClassName
 {
   color: #968D6F;
 }
 .AnyTagClassName
 {
   color: #968D6F;
 }
</style>

background-color css

<style>
 a { background-color: #968D6F; }

 a { background-color: rgb(150,141,111); }

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

border-color css

<style>
 span { border-color: #968D6F; }

 span { border-color: rgb(150,141,111); }

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