Html Css Color HEX #80605F Light Wood

📋 copy color: '#80605F'

red 128 ◦ green 96 ◦ blue 95

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

Shades of Light Wood #80605F

Tints of Light Wood #80605F

RGB

 RED value IS 128 (50.39% from 255) = 40.13%

 GREEN value IS 96 (37.89% from 255) = 30.09%

 BLUE value IS 95 (37.5% from 255) = 29.78%

R = 40.13%
G = 30.09%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80605F (or 0x80605F) is known color: Light Wood. HEX triplet: 80, 60 and 5F. RGB value is (128,96,95). Sum of RGB (Red+Green+Blue) = 128+96+95=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 128 - color contains mainly: red. Hex color #80605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80605F is #7F9FA0. Grayscale: #696969. Windows color (decimal): -8363937 or 6250624. OLE color: 6250624.

HSL color Cylindrical-coordinate representation of color #80605F: hue angle of 1.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80605F is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 96 95 -
CMYK 0 0.25 0.26 0.50
HSL 1.82º 0.15% 0.44% -
HSV(B) 1.82º 0.26% 0.5% -
XYZ 15.15 13.78 12.69 -
YUV 105.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 128 96 95 0 0.25 0.26 0.50 1.82 0.15 0.44
Hex 80 60 5F 0 19 1A 32 2 F 2C
Octal 200 140 137 0 31 32 62 2 17 54
Binary 10000000 1100000 1011111 0 11001 11010 110010 10 1111 101100

Color Harmonies of #80605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80605F

Black with #80605F

Text Example


Text Example

White with #80605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80605F; }

 p { color: rgb(128,96,95); }

 H1.HeaderClassName
 {
   color: #80605F;
 }
 .AnyTagClassName
 {
   color: #80605F;
 }
</style>

background-color css

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

 a { background-color: rgb(128,96,95); }

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

border-color css

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

 span { border-color: rgb(128,96,95); }

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