Html Css Color HEX #948B6D Gurkha

📋 copy color: '#948B6D'

red 148 ◦ green 139 ◦ blue 109

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

Shades of Gurkha #948B6D

Tints of Gurkha #948B6D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.1%

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

R = 37.37%
G = 35.1%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#948B6D (or 0x948B6D) is known color: Gurkha. HEX triplet: 94, 8B and 6D. RGB value is (148,139,109). Sum of RGB (Red+Green+Blue) = 148+139+109=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #948B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B6D is #6B7492. Grayscale: #8A8A8A. Windows color (decimal): -7042195 or 7179156. OLE color: 7179156.

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

Color convert

RGB 148 139 109 -
CMYK 0 0.06 0.26 0.42
HSL 46.15º 0.15% 0.5% -
HSV(B) 46.15º 0.26% 0.58% -
XYZ 24.21 25.87 18.18 -
YUV 138.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 148 139 109 0 0.06 0.26 0.42 46.15 0.15 0.5
Hex 94 8B 6D 0 6 1A 2A 2E F 32
Octal 224 213 155 0 6 32 52 56 17 62
Binary 10010100 10001011 1101101 0 110 11010 101010 101110 1111 110010

Color Harmonies of #948B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948B6D

Black with #948B6D

Text Example


Text Example

White with #948B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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