Html Css Color HEX #948D6B Gurkha

📋 copy color: '#948D6B'

red 148 ◦ green 141 ◦ blue 107

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

Shades of Gurkha #948D6B

Tints of Gurkha #948D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.02%

R = 37.37%
G = 35.61%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#948D6B (or 0x948D6B) is known color: Gurkha. HEX triplet: 94, 8D and 6B. RGB value is (148,141,107). Sum of RGB (Red+Green+Blue) = 148+141+107=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #948D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D6B is #6B7294. Grayscale: #8B8B8B. Windows color (decimal): -7041685 or 7048596. OLE color: 7048596.

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

Color convert

RGB 148 141 107 -
CMYK 0 0.05 0.28 0.42
HSL 49.76º 0.16% 0.5% -
HSV(B) 49.76º 0.28% 0.58% -
XYZ 24.39 26.41 17.72 -
YUV 139.22 109.82 134.26 -
System Red Green Blue C M Y K H S L
Decimal 148 141 107 0 0.05 0.28 0.42 49.76 0.16 0.5
Hex 94 8D 6B 0 5 1C 2A 32 10 32
Octal 224 215 153 0 5 34 52 62 20 62
Binary 10010100 10001101 1101011 0 101 11100 101010 110010 10000 110010

Color Harmonies of #948D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D6B

Black with #948D6B

Text Example


Text Example

White with #948D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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