Html Css Color HEX #95786B Hemp

📋 copy color: '#95786B'

red 149 ◦ green 120 ◦ blue 107

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

Shades of Hemp #95786B

Tints of Hemp #95786B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.91%

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

R = 39.63%
G = 31.91%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95786B (or 0x95786B) is known color: Hemp. HEX triplet: 95, 78 and 6B. RGB value is (149,120,107). Sum of RGB (Red+Green+Blue) = 149+120+107=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #95786B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95786B is #6A8794. Grayscale: #7F7F7F. Windows color (decimal): -6981525 or 7043221. OLE color: 7043221.

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

Color convert

RGB 149 120 107 -
CMYK 0 0.19 0.28 0.42
HSL 18.57º 0.17% 0.5% -
HSV(B) 18.57º 0.28% 0.58% -
XYZ 21.76 20.88 16.79 -
YUV 127.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 149 120 107 0 0.19 0.28 0.42 18.57 0.17 0.5
Hex 95 78 6B 0 13 1C 2A 13 11 32
Octal 225 170 153 0 23 34 52 23 21 62
Binary 10010101 1111000 1101011 0 10011 11100 101010 10011 10001 110010

Color Harmonies of #95786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95786B

Black with #95786B

Text Example


Text Example

White with #95786B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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