Html Css Color HEX #928E69 Gurkha

📋 copy color: '#928E69'

red 146 ◦ green 142 ◦ blue 105

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

Shades of Gurkha #928E69

Tints of Gurkha #928E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.72%

R = 37.15%
G = 36.13%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#928E69 (or 0x928E69) is known color: Gurkha. HEX triplet: 92, 8E and 69. RGB value is (146,142,105). Sum of RGB (Red+Green+Blue) = 146+142+105=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 146 - color contains mainly: red. Hex color #928E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E69 is #6D7196. Grayscale: #8B8B8B. Windows color (decimal): -7172503 or 6917778. OLE color: 6917778.

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

Color convert

RGB 146 142 105 -
CMYK 0 0.03 0.28 0.43
HSL 54.15º 0.16% 0.49% -
HSV(B) 54.15º 0.28% 0.57% -
XYZ 24.08 26.48 17.21 -
YUV 138.98 108.83 133.01 -
System Red Green Blue C M Y K H S L
Decimal 146 142 105 0 0.03 0.28 0.43 54.15 0.16 0.49
Hex 92 8E 69 0 3 1C 2B 36 10 31
Octal 222 216 151 0 3 34 53 66 20 61
Binary 10010010 10001110 1101001 0 11 11100 101011 110110 10000 110001

Color Harmonies of #928E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928E69

Black with #928E69

Text Example


Text Example

White with #928E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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