#968073

Color #968073 Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #968073

Tints of Hemp #968073

Color information

#968073 (or 0x968073) is unknown color: approx Hemp. HEX triplet: 96, 80 and 73. RGB value is (150,128,115). Sum of RGB (Red+Green+Blue) = 150+128+115=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #968073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968073 is #697F8C. Grayscale: #858585. Windows color (decimal): -6913933 or 7569558. OLE color: 7569558.

HSL color Cylindrical-coordinate representation of color #968073: hue angle of 22.29º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #968073 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB150128115-
CMYK00.150.230.41
HSL22.29º14.29%51.96%-
HSV(B)22.29º23.33%58.82%-
XYZ23.3923.1619.46-
YUV133.1117.79140.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 115 (45.31% from 255) = 29.26%
R=38.17%
G=32.57%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012811500.150.230.4122.2914.2951.96
Hex9680730F172916e34
Octal2262001630172751261664
Binary100101101000000011100110111110111101001101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968073; }

 p { color: rgb(150,128,115); }

 H1.HeaderClassName
 {
   color: #968073;
 }
 .AnyTagClassName
 {
   color: #968073;
 }
</style>
background-color css

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

 a { background-color: rgb(150,128,115); }

 div.DivClassName
 {
   background-color: #968073;
 }
 .BgClassName
 {
   background-color: #968073;
 }
</style>
border-color css

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

 span { border-color: rgb(150,128,115); }

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