Html Css Color HEX #948A6E Gurkha

📋 copy color: '#948A6E'

red 148 ◦ green 138 ◦ blue 110

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

Shades of Gurkha #948A6E

Tints of Gurkha #948A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.85%

 BLUE value IS 110 (43.36% from 255) = 27.78%

R = 37.37%
G = 34.85%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#948A6E (or 0x948A6E) is known color: Gurkha. HEX triplet: 94, 8A and 6E. RGB value is (148,138,110). Sum of RGB (Red+Green+Blue) = 148+138+110=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #948A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A6E is #6B7591. Grayscale: #898989. Windows color (decimal): -7042450 or 7244436. OLE color: 7244436.

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

Color convert

RGB 148 138 110 -
CMYK 0 0.07 0.26 0.42
HSL 44.21º 0.15% 0.51% -
HSV(B) 44.21º 0.26% 0.58% -
XYZ 24.12 25.6 18.42 -
YUV 137.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 148 138 110 0 0.07 0.26 0.42 44.21 0.15 0.51
Hex 94 8A 6E 0 7 1A 2A 2C F 33
Octal 224 212 156 0 7 32 52 54 17 63
Binary 10010100 10001010 1101110 0 111 11010 101010 101100 1111 110011

Color Harmonies of #948A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A6E

Black with #948A6E

Text Example


Text Example

White with #948A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,138,110); }

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

background-color css

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

 a { background-color: rgb(148,138,110); }

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

border-color css

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

 span { border-color: rgb(148,138,110); }

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