Html Css Color HEX #948D76 Gurkha

📋 copy color: '#948D76'

red 148 ◦ green 141 ◦ blue 118

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

Shades of Gurkha #948D76

Tints of Gurkha #948D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.64%

 BLUE value IS 118 (46.48% from 255) = 28.99%

R = 36.36%
G = 34.64%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#948D76 (or 0x948D76) is known color: Gurkha. HEX triplet: 94, 8D and 76. RGB value is (148,141,118). Sum of RGB (Red+Green+Blue) = 148+141+118=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 148 - color contains mainly: red. Hex color #948D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D76 is #6B7289. Grayscale: #8C8C8C. Windows color (decimal): -7041674 or 7769492. OLE color: 7769492.

HSL color Cylindrical-coordinate representation of color #948D76: hue angle of 46º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #948D76 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 141 118 -
CMYK 0 0.05 0.20 0.42
HSL 46º 0.12% 0.52% -
HSV(B) 46º 0.2% 0.58% -
XYZ 25.01 26.65 20.97 -
YUV 140.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 148 141 118 0 0.05 0.20 0.42 46 0.12 0.52
Hex 94 8D 76 0 5 14 2A 2E C 34
Octal 224 215 166 0 5 24 52 56 14 64
Binary 10010100 10001101 1110110 0 101 10100 101010 101110 1100 110100

Color Harmonies of #948D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D76

Black with #948D76

Text Example


Text Example

White with #948D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,141,118); }

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

background-color css

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

 a { background-color: rgb(148,141,118); }

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

border-color css

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

 span { border-color: rgb(148,141,118); }

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