#60342D

Color #60342D Redwood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Redwood #60342D

Tints of Redwood #60342D

Color information

#60342D (or 0x60342D) is unknown color: approx Redwood. HEX triplet: 60, 34 and 2D. RGB value is (96,52,45). Sum of RGB (Red+Green+Blue) = 96+52+45=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60342D is #9FCBD2. Grayscale: #404040. Windows color (decimal): -10472403 or 2962528. OLE color: 2962528.

HSL color Cylindrical-coordinate representation of color #60342D: hue angle of 8.24º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60342D is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB965245-
CMYK00.460.530.62
HSL8.24º36.17%27.65%-
HSV(B)8.24º53.12%37.65%-
XYZ6.535.133.13-
YUV64.36117.08150.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 52 (20.70% from 255) = 26.94%
BLUE value IS 45 (17.97% from 255) = 23.32%
R=49.74%
G=26.94%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96524500.460.530.628.2436.1727.65
Hex60342D02E353E8241c
Octal14064550566576104434
Binary11000001101001011010101110110101111110100010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60342D; }

 p { color: rgb(96,52,45); }

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

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

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

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

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

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

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