Html Css Color HEX #948E72 Gurkha

📋 copy color: '#948E72'

red 148 ◦ green 142 ◦ blue 114

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

Shades of Gurkha #948E72

Tints of Gurkha #948E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.22%

R = 36.63%
G = 35.15%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#948E72 (or 0x948E72) is known color: Gurkha. HEX triplet: 94, 8E and 72. RGB value is (148,142,114). Sum of RGB (Red+Green+Blue) = 148+142+114=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #948E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E72 is #6B718D. Grayscale: #8C8C8C. Windows color (decimal): -7041422 or 7507604. OLE color: 7507604.

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

Color convert

RGB 148 142 114 -
CMYK 0 0.04 0.23 0.42
HSL 49.41º 0.14% 0.51% -
HSV(B) 49.41º 0.23% 0.58% -
XYZ 24.92 26.86 19.79 -
YUV 140.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 148 142 114 0 0.04 0.23 0.42 49.41 0.14 0.51
Hex 94 8E 72 0 4 17 2A 31 E 33
Octal 224 216 162 0 4 27 52 61 16 63
Binary 10010100 10001110 1110010 0 100 10111 101010 110001 1110 110011

Color Harmonies of #948E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E72

Black with #948E72

Text Example


Text Example

White with #948E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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