Html Css Color HEX #928B6C Gurkha

📋 copy color: '#928B6C'

red 146 ◦ green 139 ◦ blue 108

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

Shades of Gurkha #928B6C

Tints of Gurkha #928B6C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.37%

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

R = 37.15%
G = 35.37%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#928B6C (or 0x928B6C) is known color: Gurkha. HEX triplet: 92, 8B and 6C. RGB value is (146,139,108). Sum of RGB (Red+Green+Blue) = 146+139+108=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 146 - color contains mainly: red. Hex color #928B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B6C is #6D7493. Grayscale: #898989. Windows color (decimal): -7173268 or 7113618. OLE color: 7113618.

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

Color convert

RGB 146 139 108 -
CMYK 0 0.05 0.26 0.43
HSL 48.95º 0.15% 0.5% -
HSV(B) 48.95º 0.26% 0.57% -
XYZ 23.79 25.66 17.89 -
YUV 137.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 146 139 108 0 0.05 0.26 0.43 48.95 0.15 0.5
Hex 92 8B 6C 0 5 1A 2B 31 F 32
Octal 222 213 154 0 5 32 53 61 17 62
Binary 10010010 10001011 1101100 0 101 11010 101011 110001 1111 110010

Color Harmonies of #928B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928B6C

Black with #928B6C

Text Example


Text Example

White with #928B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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