Html Css Color HEX #978E5F Gurkha

📋 copy color: '#978E5F'

red 151 ◦ green 142 ◦ blue 95

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

Shades of Gurkha #978E5F

Tints of Gurkha #978E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.48%

R = 38.92%
G = 36.6%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#978E5F (or 0x978E5F) is known color: Gurkha. HEX triplet: 97, 8E and 5F. RGB value is (151,142,95). Sum of RGB (Red+Green+Blue) = 151+142+95=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 151 - color contains mainly: red. Hex color #978E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978E5F is #6871A0. Grayscale: #8B8B8B. Windows color (decimal): -6844833 or 6262423. OLE color: 6262423.

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

Color convert

RGB 151 142 95 -
CMYK 0 0.06 0.37 0.41
HSL 50.36º 0.23% 0.48% -
HSV(B) 50.36º 0.37% 0.59% -
XYZ 24.5 26.75 14.7 -
YUV 139.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 151 142 95 0 0.06 0.37 0.41 50.36 0.23 0.48
Hex 97 8E 5F 0 6 25 29 32 17 30
Octal 227 216 137 0 6 45 51 62 27 60
Binary 10010111 10001110 1011111 0 110 100101 101001 110010 10111 110000

Color Harmonies of #978E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978E5F

Black with #978E5F

Text Example


Text Example

White with #978E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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