Html Css Color HEX #948E68 Gurkha

📋 copy color: '#948E68'

red 148 ◦ green 142 ◦ blue 104

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

Shades of Gurkha #948E68

Tints of Gurkha #948E68

RGB

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

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

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

R = 37.56%
G = 36.04%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#948E68 (or 0x948E68) is known color: Gurkha. HEX triplet: 94, 8E and 68. RGB value is (148,142,104). Sum of RGB (Red+Green+Blue) = 148+142+104=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #948E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E68 is #6B7197. Grayscale: #8B8B8B. Windows color (decimal): -7041432 or 6852244. OLE color: 6852244.

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

Color convert

RGB 148 142 104 -
CMYK 0 0.04 0.30 0.42
HSL 51.82º 0.17% 0.49% -
HSV(B) 51.82º 0.3% 0.58% -
XYZ 24.38 26.64 16.95 -
YUV 139.46 107.99 134.09 -
System Red Green Blue C M Y K H S L
Decimal 148 142 104 0 0.04 0.30 0.42 51.82 0.17 0.49
Hex 94 8E 68 0 4 1E 2A 34 11 31
Octal 224 216 150 0 4 36 52 64 21 61
Binary 10010100 10001110 1101000 0 100 11110 101010 110100 10001 110001

Color Harmonies of #948E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E68

Black with #948E68

Text Example


Text Example

White with #948E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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