Html Css Color HEX #948D68 Gurkha

📋 copy color: '#948D68'

red 148 ◦ green 141 ◦ blue 104

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

Shades of Gurkha #948D68

Tints of Gurkha #948D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.46%

R = 37.66%
G = 35.88%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#948D68 (or 0x948D68) is known color: Gurkha. HEX triplet: 94, 8D and 68. RGB value is (148,141,104). Sum of RGB (Red+Green+Blue) = 148+141+104=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #948D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D68 is #6B7297. Grayscale: #8B8B8B. Windows color (decimal): -7041688 or 6851988. OLE color: 6851988.

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

Color convert

RGB 148 141 104 -
CMYK 0 0.05 0.30 0.42
HSL 50.45º 0.17% 0.49% -
HSV(B) 50.45º 0.3% 0.58% -
XYZ 24.24 26.35 16.9 -
YUV 138.88 108.32 134.51 -
System Red Green Blue C M Y K H S L
Decimal 148 141 104 0 0.05 0.30 0.42 50.45 0.17 0.49
Hex 94 8D 68 0 5 1E 2A 32 11 31
Octal 224 215 150 0 5 36 52 62 21 61
Binary 10010100 10001101 1101000 0 101 11110 101010 110010 10001 110001

Color Harmonies of #948D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D68

Black with #948D68

Text Example


Text Example

White with #948D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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