Html Css Color HEX #846060 Light Wood

📋 copy color: '#846060'

red 132 ◦ green 96 ◦ blue 96

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

Shades of Light Wood #846060

Tints of Light Wood #846060

RGB

 RED value IS 132 (51.95% from 255) = 40.74%

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

 BLUE value IS 96 (37.89% from 255) = 29.63%

R = 40.74%
G = 29.63%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#846060 (or 0x846060) is known color: Light Wood. HEX triplet: 84, 60 and 60. RGB value is (132,96,96). Sum of RGB (Red+Green+Blue) = 132+96+96=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #846060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846060 is #7B9F9F. Grayscale: #6A6A6A. Windows color (decimal): -8101792 or 6316164. OLE color: 6316164.

HSL color Cylindrical-coordinate representation of color #846060: hue angle of 0º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #846060 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 96 96 -
CMYK 0 0.27 0.27 0.48
HSL 0.16% 0.45% -
HSV(B) 0.27% 0.52% -
XYZ 15.81 14.12 12.96 -
YUV 106.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 132 96 96 0 0.27 0.27 0.48 0 0.16 0.45
Hex 84 60 60 0 1B 1B 30 0 10 2D
Octal 204 140 140 0 33 33 60 0 20 55
Binary 10000100 1100000 1100000 0 11011 11011 110000 0 10000 101101

Color Harmonies of #846060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846060

Black with #846060

Text Example


Text Example

White with #846060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846060; }

 p { color: rgb(132,96,96); }

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

background-color css

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

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

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

border-color css

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

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

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