Html Css Color HEX #928A6E Gurkha

📋 copy color: '#928A6E'

red 146 ◦ green 138 ◦ blue 110

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

Shades of Gurkha #928A6E

Tints of Gurkha #928A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.03%

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

R = 37.06%
G = 35.03%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#928A6E (or 0x928A6E) is known color: Gurkha. HEX triplet: 92, 8A and 6E. RGB value is (146,138,110). Sum of RGB (Red+Green+Blue) = 146+138+110=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 146 - color contains mainly: red. Hex color #928A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928A6E is #6D7591. Grayscale: #898989. Windows color (decimal): -7173522 or 7244434. OLE color: 7244434.

HSL color Cylindrical-coordinate representation of color #928A6E: hue angle of 46.67º 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 #928A6E is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 138 110 -
CMYK 0 0.05 0.25 0.43
HSL 46.67º 0.14% 0.5% -
HSV(B) 46.67º 0.25% 0.57% -
XYZ 23.76 25.41 18.41 -
YUV 137.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 146 138 110 0 0.05 0.25 0.43 46.67 0.14 0.5
Hex 92 8A 6E 0 5 19 2B 2F E 32
Octal 222 212 156 0 5 31 53 57 16 62
Binary 10010010 10001010 1101110 0 101 11001 101011 101111 1110 110010

Color Harmonies of #928A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928A6E

Black with #928A6E

Text Example


Text Example

White with #928A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928A6E; }

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

 H1.HeaderClassName
 {
   color: #928A6E;
 }
 .AnyTagClassName
 {
   color: #928A6E;
 }
</style>

background-color css

<style>
 a { background-color: #928A6E; }

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

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

border-color css

<style>
 span { border-color: #928A6E; }

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

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