Html Css Color HEX #978E6C Gurkha

📋 copy color: '#978E6C'

red 151 ◦ green 142 ◦ blue 108

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

Shades of Gurkha #978E6C

Tints of Gurkha #978E6C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.41%

 BLUE value IS 108 (42.58% from 255) = 26.93%

R = 37.66%
G = 35.41%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#978E6C (or 0x978E6C) is known color: Gurkha. HEX triplet: 97, 8E and 6C. RGB value is (151,142,108). Sum of RGB (Red+Green+Blue) = 151+142+108=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 151 - color contains mainly: red. Hex color #978E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978E6C is #687193. Grayscale: #8C8C8C. Windows color (decimal): -6844820 or 7114391. OLE color: 7114391.

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

Color convert

RGB 151 142 108 -
CMYK 0 0.06 0.28 0.41
HSL 47.44º 0.17% 0.51% -
HSV(B) 47.44º 0.28% 0.59% -
XYZ 25.14 27.01 18.08 -
YUV 140.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 151 142 108 0 0.06 0.28 0.41 47.44 0.17 0.51
Hex 97 8E 6C 0 6 1C 29 2F 11 33
Octal 227 216 154 0 6 34 51 57 21 63
Binary 10010111 10001110 1101100 0 110 11100 101001 101111 10001 110011

Color Harmonies of #978E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978E6C

Black with #978E6C

Text Example


Text Example

White with #978E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,142,108); }

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

background-color css

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

 a { background-color: rgb(151,142,108); }

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

border-color css

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

 span { border-color: rgb(151,142,108); }

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