Html Css Color HEX #928C75 Gurkha

📋 copy color: '#928C75'

red 146 ◦ green 140 ◦ blue 117

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

Shades of Gurkha #928C75

Tints of Gurkha #928C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.03%

R = 36.23%
G = 34.74%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#928C75 (or 0x928C75) is known color: Gurkha. HEX triplet: 92, 8C and 75. RGB value is (146,140,117). Sum of RGB (Red+Green+Blue) = 146+140+117=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 146 - color contains mainly: red. Hex color #928C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928C75 is #6D738A. Grayscale: #8B8B8B. Windows color (decimal): -7173003 or 7703698. OLE color: 7703698.

HSL color Cylindrical-coordinate representation of color #928C75: hue angle of 47.59º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #928C75 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 140 117 -
CMYK 0 0.04 0.20 0.43
HSL 47.59º 0.12% 0.52% -
HSV(B) 47.59º 0.2% 0.57% -
XYZ 24.44 26.15 20.59 -
YUV 139.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 146 140 117 0 0.04 0.20 0.43 47.59 0.12 0.52
Hex 92 8C 75 0 4 14 2B 30 C 34
Octal 222 214 165 0 4 24 53 60 14 64
Binary 10010010 10001100 1110101 0 100 10100 101011 110000 1100 110100

Color Harmonies of #928C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928C75

Black with #928C75

Text Example


Text Example

White with #928C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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