Html Css Color HEX #95736B Hemp

📋 copy color: '#95736B'

red 149 ◦ green 115 ◦ blue 107

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

Shades of Hemp #95736B

Tints of Hemp #95736B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31%

 BLUE value IS 107 (42.19% from 255) = 28.84%

R = 40.16%
G = 31%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95736B (or 0x95736B) is known color: Hemp. HEX triplet: 95, 73 and 6B. RGB value is (149,115,107). Sum of RGB (Red+Green+Blue) = 149+115+107=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #95736B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95736B is #6A8C94. Grayscale: #7C7C7C. Windows color (decimal): -6982805 or 7041941. OLE color: 7041941.

HSL color Cylindrical-coordinate representation of color #95736B: hue angle of 11.43º degrees, saturation: 0.17, 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 #95736B is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 115 107 -
CMYK 0 0.23 0.28 0.42
HSL 11.43º 0.17% 0.5% -
HSV(B) 11.43º 0.28% 0.58% -
XYZ 21.18 19.71 16.6 -
YUV 124.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 149 115 107 0 0.23 0.28 0.42 11.43 0.17 0.5
Hex 95 73 6B 0 17 1C 2A B 11 32
Octal 225 163 153 0 27 34 52 13 21 62
Binary 10010101 1110011 1101011 0 10111 11100 101010 1011 10001 110010

Color Harmonies of #95736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95736B

Black with #95736B

Text Example


Text Example

White with #95736B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95736B; }

 p { color: rgb(149,115,107); }

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

background-color css

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

 a { background-color: rgb(149,115,107); }

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

border-color css

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

 span { border-color: rgb(149,115,107); }

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