Html Css Color HEX #948B73 Gurkha

📋 copy color: '#948B73'

red 148 ◦ green 139 ◦ blue 115

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

Shades of Gurkha #948B73

Tints of Gurkha #948B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.61%

R = 36.82%
G = 34.58%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#948B73 (or 0x948B73) is known color: Gurkha. HEX triplet: 94, 8B and 73. RGB value is (148,139,115). Sum of RGB (Red+Green+Blue) = 148+139+115=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #948B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B73 is #6B748C. Grayscale: #8B8B8B. Windows color (decimal): -7042189 or 7572372. OLE color: 7572372.

HSL color Cylindrical-coordinate representation of color #948B73: hue angle of 43.64º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #948B73 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 139 115 -
CMYK 0 0.06 0.22 0.42
HSL 43.64º 0.13% 0.52% -
HSV(B) 43.64º 0.22% 0.58% -
XYZ 24.54 26 19.94 -
YUV 138.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 148 139 115 0 0.06 0.22 0.42 43.64 0.13 0.52
Hex 94 8B 73 0 6 16 2A 2C D 34
Octal 224 213 163 0 6 26 52 54 15 64
Binary 10010100 10001011 1110011 0 110 10110 101010 101100 1101 110100

Color Harmonies of #948B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948B73

Black with #948B73

Text Example


Text Example

White with #948B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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