Html Css Color HEX #928B75 Gurkha

📋 copy color: '#928B75'

red 146 ◦ green 139 ◦ blue 117

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

Shades of Gurkha #928B75

Tints of Gurkha #928B75

RGB

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

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

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

R = 36.32%
G = 34.58%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#928B75 (or 0x928B75) is known color: Gurkha. HEX triplet: 92, 8B and 75. RGB value is (146,139,117). Sum of RGB (Red+Green+Blue) = 146+139+117=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 146 - color contains mainly: red. Hex color #928B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B75 is #6D748A. Grayscale: #8A8A8A. Windows color (decimal): -7173259 or 7703442. OLE color: 7703442.

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

Color convert

RGB 146 139 117 -
CMYK 0 0.05 0.20 0.43
HSL 45.52º 0.12% 0.52% -
HSV(B) 45.52º 0.2% 0.57% -
XYZ 24.3 25.86 20.54 -
YUV 138.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 146 139 117 0 0.05 0.20 0.43 45.52 0.12 0.52
Hex 92 8B 75 0 5 14 2B 2E C 34
Octal 222 213 165 0 5 24 53 56 14 64
Binary 10010010 10001011 1110101 0 101 10100 101011 101110 1100 110100

Color Harmonies of #928B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928B75

Black with #928B75

Text Example


Text Example

White with #928B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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