Html Css Color HEX #958074 Hemp

📋 copy color: '#958074'

red 149 ◦ green 128 ◦ blue 116

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

Shades of Hemp #958074

Tints of Hemp #958074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.57%

 BLUE value IS 116 (45.7% from 255) = 29.52%

R = 37.91%
G = 32.57%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#958074 (or 0x958074) is known color: Hemp. HEX triplet: 95, 80 and 74. RGB value is (149,128,116). Sum of RGB (Red+Green+Blue) = 149+128+116=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #958074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958074 is #6A7F8B. Grayscale: #848484. Windows color (decimal): -6979468 or 7635093. OLE color: 7635093.

HSL color Cylindrical-coordinate representation of color #958074: hue angle of 21.82º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #958074 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 128 116 -
CMYK 0 0.14 0.22 0.42
HSL 21.82º 0.13% 0.52% -
HSV(B) 21.82º 0.22% 0.58% -
XYZ 23.27 23.09 19.75 -
YUV 132.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 149 128 116 0 0.14 0.22 0.42 21.82 0.13 0.52
Hex 95 80 74 0 E 16 2A 16 D 34
Octal 225 200 164 0 16 26 52 26 15 64
Binary 10010101 10000000 1110100 0 1110 10110 101010 10110 1101 110100

Color Harmonies of #958074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958074

Black with #958074

Text Example


Text Example

White with #958074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958074; }

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

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

background-color css

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

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

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

border-color css

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

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

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