Html Css Color HEX #94917E Gurkha

📋 copy color: '#94917E'

red 148 ◦ green 145 ◦ blue 126

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

Shades of Gurkha #94917E

Tints of Gurkha #94917E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.61%

 BLUE value IS 126 (49.61% from 255) = 30.07%

R = 35.32%
G = 34.61%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#94917E (or 0x94917E) is known color: Gurkha. HEX triplet: 94, 91 and 7E. RGB value is (148,145,126). Sum of RGB (Red+Green+Blue) = 148+145+126=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #94917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94917E is #6B6E81. Grayscale: #8F8F8F. Windows color (decimal): -7040642 or 8294804. OLE color: 8294804.

HSL color Cylindrical-coordinate representation of color #94917E: hue angle of 51.82º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94917E is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 145 126 -
CMYK 0 0.02 0.15 0.42
HSL 51.82º 0.09% 0.54% -
HSV(B) 51.82º 0.15% 0.58% -
XYZ 26.1 28.05 23.78 -
YUV 143.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 148 145 126 0 0.02 0.15 0.42 51.82 0.09 0.54
Hex 94 91 7E 0 2 F 2A 34 9 36
Octal 224 221 176 0 2 17 52 64 11 66
Binary 10010100 10010001 1111110 0 10 1111 101010 110100 1001 110110

Color Harmonies of #94917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94917E

Black with #94917E

Text Example


Text Example

White with #94917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94917E; }

 p { color: rgb(148,145,126); }

 H1.HeaderClassName
 {
   color: #94917E;
 }
 .AnyTagClassName
 {
   color: #94917E;
 }
</style>

background-color css

<style>
 a { background-color: #94917E; }

 a { background-color: rgb(148,145,126); }

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

border-color css

<style>
 span { border-color: #94917E; }

 span { border-color: rgb(148,145,126); }

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