Html Css Color HEX #92746A Hemp

📋 copy color: '#92746A'

red 146 ◦ green 116 ◦ blue 106

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

Shades of Hemp #92746A

Tints of Hemp #92746A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.52%

 BLUE value IS 106 (41.8% from 255) = 28.8%

R = 39.67%
G = 31.52%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#92746A (or 0x92746A) is known color: Hemp. HEX triplet: 92, 74 and 6A. RGB value is (146,116,106). Sum of RGB (Red+Green+Blue) = 146+116+106=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 146 - color contains mainly: red. Hex color #92746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92746A is #6D8B95. Grayscale: #7B7B7B. Windows color (decimal): -7179158 or 6976658. OLE color: 6976658.

HSL color Cylindrical-coordinate representation of color #92746A: hue angle of 15º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92746A is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 116 106 -
CMYK 0 0.21 0.27 0.43
HSL 15º 0.16% 0.49% -
HSV(B) 15º 0.27% 0.57% -
XYZ 20.7 19.64 16.34 -
YUV 123.83 117.94 143.81 -
System Red Green Blue C M Y K H S L
Decimal 146 116 106 0 0.21 0.27 0.43 15 0.16 0.49
Hex 92 74 6A 0 15 1B 2B F 10 31
Octal 222 164 152 0 25 33 53 17 20 61
Binary 10010010 1110100 1101010 0 10101 11011 101011 1111 10000 110001

Color Harmonies of #92746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92746A

Black with #92746A

Text Example


Text Example

White with #92746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92746A; }

 p { color: rgb(146,116,106); }

 H1.HeaderClassName
 {
   color: #92746A;
 }
 .AnyTagClassName
 {
   color: #92746A;
 }
</style>

background-color css

<style>
 a { background-color: #92746A; }

 a { background-color: rgb(146,116,106); }

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

border-color css

<style>
 span { border-color: #92746A; }

 span { border-color: rgb(146,116,106); }

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