Html Css Color HEX #978C6E Gurkha

📋 copy color: '#978C6E'

red 151 ◦ green 140 ◦ blue 110

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

Shades of Gurkha #978C6E

Tints of Gurkha #978C6E

RGB

 RED value IS 151 (59.38% from 255) = 37.66%

 GREEN value IS 140 (55.08% from 255) = 34.91%

 BLUE value IS 110 (43.36% from 255) = 27.43%

R = 37.66%
G = 34.91%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#978C6E (or 0x978C6E) is known color: Gurkha. HEX triplet: 97, 8C and 6E. RGB value is (151,140,110). Sum of RGB (Red+Green+Blue) = 151+140+110=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 151 - color contains mainly: red. Hex color #978C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978C6E is #687391. Grayscale: #8C8C8C. Windows color (decimal): -6845330 or 7244951. OLE color: 7244951.

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

Color convert

RGB 151 140 110 -
CMYK 0 0.07 0.27 0.41
HSL 43.9º 0.16% 0.51% -
HSV(B) 43.9º 0.27% 0.59% -
XYZ 24.96 26.46 18.54 -
YUV 139.87 111.14 135.94 -
System Red Green Blue C M Y K H S L
Decimal 151 140 110 0 0.07 0.27 0.41 43.9 0.16 0.51
Hex 97 8C 6E 0 7 1B 29 2C 10 33
Octal 227 214 156 0 7 33 51 54 20 63
Binary 10010111 10001100 1101110 0 111 11011 101001 101100 10000 110011

Color Harmonies of #978C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978C6E

Black with #978C6E

Text Example


Text Example

White with #978C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978C6E; }

 p { color: rgb(151,140,110); }

 H1.HeaderClassName
 {
   color: #978C6E;
 }
 .AnyTagClassName
 {
   color: #978C6E;
 }
</style>

background-color css

<style>
 a { background-color: #978C6E; }

 a { background-color: rgb(151,140,110); }

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

border-color css

<style>
 span { border-color: #978C6E; }

 span { border-color: rgb(151,140,110); }

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