Html Css Color HEX #92896E Gurkha

📋 copy color: '#92896E'

red 146 ◦ green 137 ◦ blue 110

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

Shades of Gurkha #92896E

Tints of Gurkha #92896E

RGB

 RED value IS 146 (57.42% from 255) = 37.15%

 GREEN value IS 137 (53.91% from 255) = 34.86%

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

R = 37.15%
G = 34.86%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#92896E (or 0x92896E) is known color: Gurkha. HEX triplet: 92, 89 and 6E. RGB value is (146,137,110). Sum of RGB (Red+Green+Blue) = 146+137+110=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 146 - color contains mainly: red. Hex color #92896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92896E is #6D7691. Grayscale: #888888. Windows color (decimal): -7173778 or 7244178. OLE color: 7244178.

HSL color Cylindrical-coordinate representation of color #92896E: hue angle of 45º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92896E is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 137 110 -
CMYK 0 0.06 0.25 0.43
HSL 45º 0.14% 0.5% -
HSV(B) 45º 0.25% 0.57% -
XYZ 23.61 25.13 18.36 -
YUV 136.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 146 137 110 0 0.06 0.25 0.43 45 0.14 0.5
Hex 92 89 6E 0 6 19 2B 2D E 32
Octal 222 211 156 0 6 31 53 55 16 62
Binary 10010010 10001001 1101110 0 110 11001 101011 101101 1110 110010

Color Harmonies of #92896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92896E

Black with #92896E

Text Example


Text Example

White with #92896E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,137,110); }

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

background-color css

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

 a { background-color: rgb(146,137,110); }

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

border-color css

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

 span { border-color: rgb(146,137,110); }

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