Html Css Color HEX #95766C Hemp

📋 copy color: '#95766C'

red 149 ◦ green 118 ◦ blue 108

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

Shades of Hemp #95766C

Tints of Hemp #95766C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.47%

 BLUE value IS 108 (42.58% from 255) = 28.8%

R = 39.73%
G = 31.47%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95766C (or 0x95766C) is known color: Hemp. HEX triplet: 95, 76 and 6C. RGB value is (149,118,108). Sum of RGB (Red+Green+Blue) = 149+118+108=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #95766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95766C is #6A8993. Grayscale: #7E7E7E. Windows color (decimal): -6982036 or 7108245. OLE color: 7108245.

HSL color Cylindrical-coordinate representation of color #95766C: hue angle of 14.63º degrees, saturation: 0.16, 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 #95766C is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 118 108 -
CMYK 0 0.21 0.28 0.42
HSL 14.63º 0.16% 0.5% -
HSV(B) 14.63º 0.28% 0.58% -
XYZ 21.58 20.43 16.99 -
YUV 126.13 117.77 144.31 -
System Red Green Blue C M Y K H S L
Decimal 149 118 108 0 0.21 0.28 0.42 14.63 0.16 0.5
Hex 95 76 6C 0 15 1C 2A F 10 32
Octal 225 166 154 0 25 34 52 17 20 62
Binary 10010101 1110110 1101100 0 10101 11100 101010 1111 10000 110010

Color Harmonies of #95766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95766C

Black with #95766C

Text Example


Text Example

White with #95766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95766C; }

 p { color: rgb(149,118,108); }

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

background-color css

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

 a { background-color: rgb(149,118,108); }

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

border-color css

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

 span { border-color: rgb(149,118,108); }

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