Html Css Color HEX #928E6C Gurkha

📋 copy color: '#928E6C'

red 146 ◦ green 142 ◦ blue 108

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

Shades of Gurkha #928E6C

Tints of Gurkha #928E6C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.86%

 BLUE value IS 108 (42.58% from 255) = 27.27%

R = 36.87%
G = 35.86%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#928E6C (or 0x928E6C) is known color: Gurkha. HEX triplet: 92, 8E and 6C. RGB value is (146,142,108). Sum of RGB (Red+Green+Blue) = 146+142+108=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 146 - color contains mainly: red. Hex color #928E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E6C is #6D7193. Grayscale: #8B8B8B. Windows color (decimal): -7172500 or 7114386. OLE color: 7114386.

HSL color Cylindrical-coordinate representation of color #928E6C: hue angle of 53.68º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #928E6C is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 142 108 -
CMYK 0 0.03 0.26 0.43
HSL 53.68º 0.15% 0.5% -
HSV(B) 53.68º 0.26% 0.57% -
XYZ 24.23 26.54 18.03 -
YUV 139.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 146 142 108 0 0.03 0.26 0.43 53.68 0.15 0.5
Hex 92 8E 6C 0 3 1A 2B 36 F 32
Octal 222 216 154 0 3 32 53 66 17 62
Binary 10010010 10001110 1101100 0 11 11010 101011 110110 1111 110010

Color Harmonies of #928E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928E6C

Black with #928E6C

Text Example


Text Example

White with #928E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,142,108); }

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

background-color css

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

 a { background-color: rgb(146,142,108); }

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

border-color css

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

 span { border-color: rgb(146,142,108); }

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