Html Css Color HEX #948D75 Gurkha

📋 copy color: '#948D75'

red 148 ◦ green 141 ◦ blue 117

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

Shades of Gurkha #948D75

Tints of Gurkha #948D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.82%

R = 36.45%
G = 34.73%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#948D75 (or 0x948D75) is known color: Gurkha. HEX triplet: 94, 8D and 75. RGB value is (148,141,117). Sum of RGB (Red+Green+Blue) = 148+141+117=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 148 - color contains mainly: red. Hex color #948D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D75 is #6B728A. Grayscale: #8C8C8C. Windows color (decimal): -7041675 or 7703956. OLE color: 7703956.

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

Color convert

RGB 148 141 117 -
CMYK 0 0.05 0.21 0.42
HSL 46.45º 0.13% 0.52% -
HSV(B) 46.45º 0.21% 0.58% -
XYZ 24.95 26.63 20.65 -
YUV 140.36 114.82 133.45 -
System Red Green Blue C M Y K H S L
Decimal 148 141 117 0 0.05 0.21 0.42 46.45 0.13 0.52
Hex 94 8D 75 0 5 15 2A 2E D 34
Octal 224 215 165 0 5 25 52 56 15 64
Binary 10010100 10001101 1110101 0 101 10101 101010 101110 1101 110100

Color Harmonies of #948D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D75

Black with #948D75

Text Example


Text Example

White with #948D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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