Html Css Color HEX #95736A Hemp

📋 copy color: '#95736A'

red 149 ◦ green 115 ◦ blue 106

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

Shades of Hemp #95736A

Tints of Hemp #95736A

RGB

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

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

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

R = 40.27%
G = 31.08%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#95736A (or 0x95736A) is known color: Hemp. HEX triplet: 95, 73 and 6A. RGB value is (149,115,106). Sum of RGB (Red+Green+Blue) = 149+115+106=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #95736A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95736A is #6A8C95. Grayscale: #7C7C7C. Windows color (decimal): -6982806 or 6976405. OLE color: 6976405.

HSL color Cylindrical-coordinate representation of color #95736A: hue angle of 12.56º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95736A is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 115 106 -
CMYK 0 0.23 0.29 0.42
HSL 12.56º 0.17% 0.5% -
HSV(B) 12.56º 0.29% 0.58% -
XYZ 21.13 19.69 16.32 -
YUV 124.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 149 115 106 0 0.23 0.29 0.42 12.56 0.17 0.5
Hex 95 73 6A 0 17 1D 2A D 11 32
Octal 225 163 152 0 27 35 52 15 21 62
Binary 10010101 1110011 1101010 0 10111 11101 101010 1101 10001 110010

Color Harmonies of #95736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95736A

Black with #95736A

Text Example


Text Example

White with #95736A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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