Html Css Color HEX #95746C Hemp

📋 copy color: '#95746C'

red 149 ◦ green 116 ◦ blue 108

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

Shades of Hemp #95746C

Tints of Hemp #95746C

RGB

 RED value IS 149 (58.59% from 255) = 39.95%

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

 BLUE value IS 108 (42.58% from 255) = 28.95%

R = 39.95%
G = 31.1%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95746C (or 0x95746C) is known color: Hemp. HEX triplet: 95, 74 and 6C. RGB value is (149,116,108). Sum of RGB (Red+Green+Blue) = 149+116+108=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #95746C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95746C is #6A8B93. Grayscale: #7D7D7D. Windows color (decimal): -6982548 or 7107733. OLE color: 7107733.

HSL color Cylindrical-coordinate representation of color #95746C: hue angle of 11.71º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95746C is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 116 108 -
CMYK 0 0.22 0.28 0.42
HSL 11.71º 0.16% 0.5% -
HSV(B) 11.71º 0.28% 0.58% -
XYZ 21.35 19.96 16.92 -
YUV 124.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 149 116 108 0 0.22 0.28 0.42 11.71 0.16 0.5
Hex 95 74 6C 0 16 1C 2A C 10 32
Octal 225 164 154 0 26 34 52 14 20 62
Binary 10010101 1110100 1101100 0 10110 11100 101010 1100 10000 110010

Color Harmonies of #95746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95746C

Black with #95746C

Text Example


Text Example

White with #95746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95746C; }

 p { color: rgb(149,116,108); }

 H1.HeaderClassName
 {
   color: #95746C;
 }
 .AnyTagClassName
 {
   color: #95746C;
 }
</style>

background-color css

<style>
 a { background-color: #95746C; }

 a { background-color: rgb(149,116,108); }

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

border-color css

<style>
 span { border-color: #95746C; }

 span { border-color: rgb(149,116,108); }

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