Html Css Color HEX #968D71 Gurkha

📋 copy color: '#968D71'

red 150 ◦ green 141 ◦ blue 113

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

Shades of Gurkha #968D71

Tints of Gurkha #968D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.97%

R = 37.13%
G = 34.9%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#968D71 (or 0x968D71) is known color: Gurkha. HEX triplet: 96, 8D and 71. RGB value is (150,141,113). Sum of RGB (Red+Green+Blue) = 150+141+113=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #968D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D71 is #69728E. Grayscale: #8C8C8C. Windows color (decimal): -6910607 or 7441814. OLE color: 7441814.

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

Color convert

RGB 150 141 113 -
CMYK 0 0.06 0.25 0.41
HSL 45.41º 0.15% 0.52% -
HSV(B) 45.41º 0.25% 0.59% -
XYZ 25.08 26.73 19.46 -
YUV 140.5 112.48 134.78 -
System Red Green Blue C M Y K H S L
Decimal 150 141 113 0 0.06 0.25 0.41 45.41 0.15 0.52
Hex 96 8D 71 0 6 19 29 2D F 34
Octal 226 215 161 0 6 31 51 55 17 64
Binary 10010110 10001101 1110001 0 110 11001 101001 101101 1111 110100

Color Harmonies of #968D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968D71

Black with #968D71

Text Example


Text Example

White with #968D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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