Html Css Color HEX #928D67 Gurkha

📋 copy color: '#928D67'

red 146 ◦ green 141 ◦ blue 103

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

Shades of Gurkha #928D67

Tints of Gurkha #928D67

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.15%

 BLUE value IS 103 (40.63% from 255) = 26.41%

R = 37.44%
G = 36.15%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#928D67 (or 0x928D67) is known color: Gurkha. HEX triplet: 92, 8D and 67. RGB value is (146,141,103). Sum of RGB (Red+Green+Blue) = 146+141+103=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 146 - color contains mainly: red. Hex color #928D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D67 is #6D7298. Grayscale: #8A8A8A. Windows color (decimal): -7172761 or 6786450. OLE color: 6786450.

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

Color convert

RGB 146 141 103 -
CMYK 0 0.03 0.29 0.43
HSL 53.02º 0.17% 0.49% -
HSV(B) 53.02º 0.29% 0.57% -
XYZ 23.83 26.14 16.62 -
YUV 138.16 108.16 133.59 -
System Red Green Blue C M Y K H S L
Decimal 146 141 103 0 0.03 0.29 0.43 53.02 0.17 0.49
Hex 92 8D 67 0 3 1D 2B 35 11 31
Octal 222 215 147 0 3 35 53 65 21 61
Binary 10010010 10001101 1100111 0 11 11101 101011 110101 10001 110001

Color Harmonies of #928D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928D67

Black with #928D67

Text Example


Text Example

White with #928D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,141,103); }

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

background-color css

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

 a { background-color: rgb(146,141,103); }

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

border-color css

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

 span { border-color: rgb(146,141,103); }

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