Html Css Color HEX #928C66 Gurkha

📋 copy color: '#928C66'

red 146 ◦ green 140 ◦ blue 102

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

Shades of Gurkha #928C66

Tints of Gurkha #928C66

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.08%

 BLUE value IS 102 (40.23% from 255) = 26.29%

R = 37.63%
G = 36.08%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#928C66 (or 0x928C66) is known color: Gurkha. HEX triplet: 92, 8C and 66. RGB value is (146,140,102). Sum of RGB (Red+Green+Blue) = 146+140+102=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 146 - color contains mainly: red. Hex color #928C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928C66 is #6D7399. Grayscale: #898989. Windows color (decimal): -7173018 or 6720658. OLE color: 6720658.

HSL color Cylindrical-coordinate representation of color #928C66: hue angle of 51.82º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #928C66 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 140 102 -
CMYK 0 0.04 0.30 0.43
HSL 51.82º 0.18% 0.49% -
HSV(B) 51.82º 0.3% 0.57% -
XYZ 23.63 25.83 16.31 -
YUV 137.46 107.99 134.09 -
System Red Green Blue C M Y K H S L
Decimal 146 140 102 0 0.04 0.30 0.43 51.82 0.18 0.49
Hex 92 8C 66 0 4 1E 2B 34 12 31
Octal 222 214 146 0 4 36 53 64 22 61
Binary 10010010 10001100 1100110 0 100 11110 101011 110100 10010 110001

Color Harmonies of #928C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928C66

Black with #928C66

Text Example


Text Example

White with #928C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,140,102); }

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

background-color css

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

 a { background-color: rgb(146,140,102); }

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

border-color css

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

 span { border-color: rgb(146,140,102); }

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