Html Css Color HEX #948E79 Gurkha

📋 copy color: '#948E79'

red 148 ◦ green 142 ◦ blue 121

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

Shades of Gurkha #948E79

Tints of Gurkha #948E79

RGB

 RED value IS 148 (58.2% from 255) = 36.01%

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

 BLUE value IS 121 (47.66% from 255) = 29.44%

R = 36.01%
G = 34.55%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#948E79 (or 0x948E79) is known color: Gurkha. HEX triplet: 94, 8E and 79. RGB value is (148,142,121). Sum of RGB (Red+Green+Blue) = 148+142+121=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 148 - color contains mainly: red. Hex color #948E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E79 is #6B7186. Grayscale: #8D8D8D. Windows color (decimal): -7041415 or 7966356. OLE color: 7966356.

HSL color Cylindrical-coordinate representation of color #948E79: hue angle of 46.67º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #948E79 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 142 121 -
CMYK 0 0.04 0.18 0.42
HSL 46.67º 0.11% 0.53% -
HSV(B) 46.67º 0.18% 0.58% -
XYZ 25.34 27.02 21.97 -
YUV 141.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 148 142 121 0 0.04 0.18 0.42 46.67 0.11 0.53
Hex 94 8E 79 0 4 12 2A 2F B 35
Octal 224 216 171 0 4 22 52 57 13 65
Binary 10010100 10001110 1111001 0 100 10010 101010 101111 1011 110101

Color Harmonies of #948E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E79

Black with #948E79

Text Example


Text Example

White with #948E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948E79; }

 p { color: rgb(148,142,121); }

 H1.HeaderClassName
 {
   color: #948E79;
 }
 .AnyTagClassName
 {
   color: #948E79;
 }
</style>

background-color css

<style>
 a { background-color: #948E79; }

 a { background-color: rgb(148,142,121); }

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

border-color css

<style>
 span { border-color: #948E79; }

 span { border-color: rgb(148,142,121); }

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