Html Css Color HEX #928C67 Gurkha

📋 copy color: '#928C67'

red 146 ◦ green 140 ◦ blue 103

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

Shades of Gurkha #928C67

Tints of Gurkha #928C67

RGB

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

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

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

R = 37.53%
G = 35.99%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#928C67 (or 0x928C67) is known color: Gurkha. HEX triplet: 92, 8C and 67. RGB value is (146,140,103). Sum of RGB (Red+Green+Blue) = 146+140+103=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 146 - color contains mainly: red. Hex color #928C67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928C67 is #6D7398. Grayscale: #898989. Windows color (decimal): -7173017 or 6786194. OLE color: 6786194.

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

Color convert

RGB 146 140 103 -
CMYK 0 0.04 0.29 0.43
HSL 51.63º 0.17% 0.49% -
HSV(B) 51.63º 0.29% 0.57% -
XYZ 23.68 25.85 16.57 -
YUV 137.58 108.49 134.01 -
System Red Green Blue C M Y K H S L
Decimal 146 140 103 0 0.04 0.29 0.43 51.63 0.17 0.49
Hex 92 8C 67 0 4 1D 2B 34 11 31
Octal 222 214 147 0 4 35 53 64 21 61
Binary 10010010 10001100 1100111 0 100 11101 101011 110100 10001 110001

Color Harmonies of #928C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928C67

Black with #928C67

Text Example


Text Example

White with #928C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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