Html Css Color HEX #978F6B Gurkha

📋 copy color: '#978F6B'

red 151 ◦ green 143 ◦ blue 107

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

Shades of Gurkha #978F6B

Tints of Gurkha #978F6B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.66%

 BLUE value IS 107 (42.19% from 255) = 26.68%

R = 37.66%
G = 35.66%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#978F6B (or 0x978F6B) is known color: Gurkha. HEX triplet: 97, 8F and 6B. RGB value is (151,143,107). Sum of RGB (Red+Green+Blue) = 151+143+107=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 151 - color contains mainly: red. Hex color #978F6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978F6B is #687094. Grayscale: #8D8D8D. Windows color (decimal): -6844565 or 7049111. OLE color: 7049111.

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

Color convert

RGB 151 143 107 -
CMYK 0 0.05 0.29 0.41
HSL 49.09º 0.17% 0.51% -
HSV(B) 49.09º 0.29% 0.59% -
XYZ 25.24 27.29 17.85 -
YUV 141.29 108.65 134.93 -
System Red Green Blue C M Y K H S L
Decimal 151 143 107 0 0.05 0.29 0.41 49.09 0.17 0.51
Hex 97 8F 6B 0 5 1D 29 31 11 33
Octal 227 217 153 0 5 35 51 61 21 63
Binary 10010111 10001111 1101011 0 101 11101 101001 110001 10001 110011

Color Harmonies of #978F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978F6B

Black with #978F6B

Text Example


Text Example

White with #978F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,143,107); }

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

background-color css

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

 a { background-color: rgb(151,143,107); }

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

border-color css

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

 span { border-color: rgb(151,143,107); }

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