Html Css Color HEX #948D64 Gurkha

📋 copy color: '#948D64'

red 148 ◦ green 141 ◦ blue 100

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

Shades of Gurkha #948D64

Tints of Gurkha #948D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.71%

R = 38.05%
G = 36.25%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#948D64 (or 0x948D64) is known color: Gurkha. HEX triplet: 94, 8D and 64. RGB value is (148,141,100). Sum of RGB (Red+Green+Blue) = 148+141+100=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #948D64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D64 is #6B729B. Grayscale: #8A8A8A. Windows color (decimal): -7041692 or 6589844. OLE color: 6589844.

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

Color convert

RGB 148 141 100 -
CMYK 0 0.05 0.32 0.42
HSL 51.25º 0.19% 0.49% -
HSV(B) 51.25º 0.32% 0.58% -
XYZ 24.04 26.27 15.86 -
YUV 138.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 148 141 100 0 0.05 0.32 0.42 51.25 0.19 0.49
Hex 94 8D 64 0 5 20 2A 33 13 31
Octal 224 215 144 0 5 40 52 63 23 61
Binary 10010100 10001101 1100100 0 101 100000 101010 110011 10011 110001

Color Harmonies of #948D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D64

Black with #948D64

Text Example


Text Example

White with #948D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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