Html Css Color HEX #948F6D Gurkha

📋 copy color: '#948F6D'

red 148 ◦ green 143 ◦ blue 109

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

Shades of Gurkha #948F6D

Tints of Gurkha #948F6D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.75%

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

R = 37%
G = 35.75%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#948F6D (or 0x948F6D) is known color: Gurkha. HEX triplet: 94, 8F and 6D. RGB value is (148,143,109). Sum of RGB (Red+Green+Blue) = 148+143+109=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #948F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F6D is #6B7092. Grayscale: #8C8C8C. Windows color (decimal): -7041171 or 7180180. OLE color: 7180180.

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

Color convert

RGB 148 143 109 -
CMYK 0 0.03 0.26 0.42
HSL 52.31º 0.15% 0.5% -
HSV(B) 52.31º 0.26% 0.58% -
XYZ 24.8 27.04 18.38 -
YUV 140.62 110.16 133.26 -
System Red Green Blue C M Y K H S L
Decimal 148 143 109 0 0.03 0.26 0.42 52.31 0.15 0.5
Hex 94 8F 6D 0 3 1A 2A 34 F 32
Octal 224 217 155 0 3 32 52 64 17 62
Binary 10010100 10001111 1101101 0 11 11010 101010 110100 1111 110010

Color Harmonies of #948F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948F6D

Black with #948F6D

Text Example


Text Example

White with #948F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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