Html Css Color HEX #948D66 Gurkha

📋 copy color: '#948D66'

red 148 ◦ green 141 ◦ blue 102

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

Shades of Gurkha #948D66

Tints of Gurkha #948D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.09%

R = 37.85%
G = 36.06%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#948D66 (or 0x948D66) is known color: Gurkha. HEX triplet: 94, 8D and 66. RGB value is (148,141,102). Sum of RGB (Red+Green+Blue) = 148+141+102=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #948D66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D66 is #6B7299. Grayscale: #8A8A8A. Windows color (decimal): -7041690 or 6720916. OLE color: 6720916.

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

Color convert

RGB 148 141 102 -
CMYK 0 0.05 0.31 0.42
HSL 50.87º 0.18% 0.49% -
HSV(B) 50.87º 0.31% 0.58% -
XYZ 24.14 26.3 16.38 -
YUV 138.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 148 141 102 0 0.05 0.31 0.42 50.87 0.18 0.49
Hex 94 8D 66 0 5 1F 2A 33 12 31
Octal 224 215 146 0 5 37 52 63 22 61
Binary 10010100 10001101 1100110 0 101 11111 101010 110011 10010 110001

Color Harmonies of #948D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D66

Black with #948D66

Text Example


Text Example

White with #948D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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