Html Css Color HEX #94917F Gurkha

📋 copy color: '#94917F'

red 148 ◦ green 145 ◦ blue 127

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

Shades of Gurkha #94917F

Tints of Gurkha #94917F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.24%

R = 35.24%
G = 34.52%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#94917F (or 0x94917F) is known color: Gurkha. HEX triplet: 94, 91 and 7F. RGB value is (148,145,127). Sum of RGB (Red+Green+Blue) = 148+145+127=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 148 - color contains mainly: red. Hex color #94917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94917F is #6B6E80. Grayscale: #8F8F8F. Windows color (decimal): -7040641 or 8360340. OLE color: 8360340.

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

Color convert

RGB 148 145 127 -
CMYK 0 0.02 0.14 0.42
HSL 51.43º 0.09% 0.54% -
HSV(B) 51.43º 0.14% 0.58% -
XYZ 26.17 28.08 24.12 -
YUV 143.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 148 145 127 0 0.02 0.14 0.42 51.43 0.09 0.54
Hex 94 91 7F 0 2 E 2A 33 9 36
Octal 224 221 177 0 2 16 52 63 11 66
Binary 10010100 10010001 1111111 0 10 1110 101010 110011 1001 110110

Color Harmonies of #94917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94917F

Black with #94917F

Text Example


Text Example

White with #94917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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