#846665

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

Shades of Light Wood #846665

Tints of Light Wood #846665

Color information

#846665 (or 0x846665) is unknown color: approx Light Wood. HEX triplet: 84, 66 and 65. RGB value is (132,102,101). Sum of RGB (Red+Green+Blue) = 132+102+101=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #846665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846665 is #7B999A. Grayscale: #6E6E6E. Windows color (decimal): -8100251 or 6645380. OLE color: 6645380.

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

Color convert

RGB132102101-
CMYK00.230.230.48
HSL1.94º13.3%45.69%-
HSV(B)1.94º23.48%51.76%-
XYZ16.6215.3514.4-
YUV110.86122.44143.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 101 (39.84% from 255) = 30.15%
R=39.40%
G=30.45%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210210100.230.230.481.9413.345.69
Hex84666501717302d2e
Octal204146145027276021556
Binary100001001100110110010101011110111110000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846665; }

 p { color: rgb(132,102,101); }

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

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

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

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

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

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

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