#846362

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

Shades of Light Wood #846362

Tints of Light Wood #846362

Color information

#846362 (or 0x846362) is unknown color: approx Light Wood. HEX triplet: 84, 63 and 62. RGB value is (132,99,98). Sum of RGB (Red+Green+Blue) = 132+99+98=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #846362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846362 is #7B9C9D. Grayscale: #6C6C6C. Windows color (decimal): -8101022 or 6448004. OLE color: 6448004.

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

Color convert

RGB1329998-
CMYK00.250.260.48
HSL1.76º14.78%45.1%-
HSV(B)1.76º25.76%51.76%-
XYZ16.1814.7113.54-
YUV108.75121.93144.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 98 (38.67% from 255) = 29.79%
R=40.12%
G=30.09%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132999800.250.260.481.7614.7845.1
Hex8463620191A302f2d
Octal204143142031326021755
Binary100001001100011110001001100111010110000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846362; }

 p { color: rgb(132,99,98); }

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

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

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

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

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

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

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