Html Css Color HEX #948D6C Gurkha

📋 copy color: '#948D6C'

red 148 ◦ green 141 ◦ blue 108

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

Shades of Gurkha #948D6C

Tints of Gurkha #948D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.2%

R = 37.28%
G = 35.52%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#948D6C (or 0x948D6C) is known color: Gurkha. HEX triplet: 94, 8D and 6C. RGB value is (148,141,108). Sum of RGB (Red+Green+Blue) = 148+141+108=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #948D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D6C is #6B7293. Grayscale: #8B8B8B. Windows color (decimal): -7041684 or 7114132. OLE color: 7114132.

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

Color convert

RGB 148 141 108 -
CMYK 0 0.05 0.27 0.42
HSL 49.5º 0.16% 0.5% -
HSV(B) 49.5º 0.27% 0.58% -
XYZ 24.44 26.43 18 -
YUV 139.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 148 141 108 0 0.05 0.27 0.42 49.5 0.16 0.5
Hex 94 8D 6C 0 5 1B 2A 32 10 32
Octal 224 215 154 0 5 33 52 62 20 62
Binary 10010100 10001101 1101100 0 101 11011 101010 110010 10000 110010

Color Harmonies of #948D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D6C

Black with #948D6C

Text Example


Text Example

White with #948D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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