Html Css Color HEX #95756F Hemp

📋 copy color: '#95756F'

red 149 ◦ green 117 ◦ blue 111

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

Shades of Hemp #95756F

Tints of Hemp #95756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.03%

 BLUE value IS 111 (43.75% from 255) = 29.44%

R = 39.52%
G = 31.03%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95756F (or 0x95756F) is known color: Hemp. HEX triplet: 95, 75 and 6F. RGB value is (149,117,111). Sum of RGB (Red+Green+Blue) = 149+117+111=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #95756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95756F is #6A8A90. Grayscale: #7D7D7D. Windows color (decimal): -6982289 or 7304597. OLE color: 7304597.

HSL color Cylindrical-coordinate representation of color #95756F: hue angle of 9.47º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95756F is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 117 111 -
CMYK 0 0.21 0.26 0.42
HSL 9.47º 0.15% 0.51% -
HSV(B) 9.47º 0.26% 0.58% -
XYZ 21.62 20.26 17.81 -
YUV 125.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 149 117 111 0 0.21 0.26 0.42 9.47 0.15 0.51
Hex 95 75 6F 0 15 1A 2A 9 F 33
Octal 225 165 157 0 25 32 52 11 17 63
Binary 10010101 1110101 1101111 0 10101 11010 101010 1001 1111 110011

Color Harmonies of #95756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95756F

Black with #95756F

Text Example


Text Example

White with #95756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95756F; }

 p { color: rgb(149,117,111); }

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

background-color css

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

 a { background-color: rgb(149,117,111); }

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

border-color css

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

 span { border-color: rgb(149,117,111); }

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