Html Css Color HEX #948E66 Gurkha

📋 copy color: '#948E66'

red 148 ◦ green 142 ◦ blue 102

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

Shades of Gurkha #948E66

Tints of Gurkha #948E66

RGB

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

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

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

R = 37.76%
G = 36.22%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#948E66 (or 0x948E66) is known color: Gurkha. HEX triplet: 94, 8E and 66. RGB value is (148,142,102). Sum of RGB (Red+Green+Blue) = 148+142+102=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #948E66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E66 is #6B7199. Grayscale: #8B8B8B. Windows color (decimal): -7041434 or 6721172. OLE color: 6721172.

HSL color Cylindrical-coordinate representation of color #948E66: hue angle of 52.17º 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 #948E66 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 142 102 -
CMYK 0 0.04 0.31 0.42
HSL 52.17º 0.18% 0.49% -
HSV(B) 52.17º 0.31% 0.58% -
XYZ 24.28 26.6 16.43 -
YUV 139.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 148 142 102 0 0.04 0.31 0.42 52.17 0.18 0.49
Hex 94 8E 66 0 4 1F 2A 34 12 31
Octal 224 216 146 0 4 37 52 64 22 61
Binary 10010100 10001110 1100110 0 100 11111 101010 110100 10010 110001

Color Harmonies of #948E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E66

Black with #948E66

Text Example


Text Example

White with #948E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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