Html Css Color HEX #968073 Hemp

📋 copy color: '#968073'

red 150 ◦ green 128 ◦ blue 115

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

Shades of Hemp #968073

Tints of Hemp #968073

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 value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#968073 (or 0x968073) is known color: 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

RGB 150 128 115 -
CMYK 0 0.15 0.23 0.41
HSL 22.29º 0.14% 0.52% -
HSV(B) 22.29º 0.23% 0.59% -
XYZ 23.39 23.16 19.46 -
YUV 133.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 150 128 115 0 0.15 0.23 0.41 22.29 0.14 0.52
Hex 96 80 73 0 F 17 29 16 E 34
Octal 226 200 163 0 17 27 51 26 16 64
Binary 10010110 10000000 1110011 0 1111 10111 101001 10110 1110 110100

Color Harmonies of #968073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968073

Black with #968073

Text Example


Text Example

White with #968073

Text Example


Text Example

HTML Codes & Css Web 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>