Html Css Color HEX #948D6D Gurkha

📋 copy color: '#948D6D'

red 148 ◦ green 141 ◦ blue 109

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

Shades of Gurkha #948D6D

Tints of Gurkha #948D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.39%

R = 37.19%
G = 35.43%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#948D6D (or 0x948D6D) is known color: Gurkha. HEX triplet: 94, 8D and 6D. RGB value is (148,141,109). Sum of RGB (Red+Green+Blue) = 148+141+109=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #948D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D6D is #6B7292. Grayscale: #8B8B8B. Windows color (decimal): -7041683 or 7179668. OLE color: 7179668.

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

Color convert

RGB 148 141 109 -
CMYK 0 0.05 0.26 0.42
HSL 49.23º 0.15% 0.5% -
HSV(B) 49.23º 0.26% 0.58% -
XYZ 24.5 26.45 18.28 -
YUV 139.45 110.82 134.1 -
System Red Green Blue C M Y K H S L
Decimal 148 141 109 0 0.05 0.26 0.42 49.23 0.15 0.5
Hex 94 8D 6D 0 5 1A 2A 31 F 32
Octal 224 215 155 0 5 32 52 61 17 62
Binary 10010100 10001101 1101101 0 101 11010 101010 110001 1111 110010

Color Harmonies of #948D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D6D

Black with #948D6D

Text Example


Text Example

White with #948D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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