#60362D

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

Shades of Redwood #60362D

Tints of Redwood #60362D

Color information

#60362D (or 0x60362D) is unknown color: approx Redwood. HEX triplet: 60, 36 and 2D. RGB value is (96,54,45). Sum of RGB (Red+Green+Blue) = 96+54+45=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60362D is #9FC9D2. Grayscale: #414141. Windows color (decimal): -10471891 or 2963040. OLE color: 2963040.

HSL color Cylindrical-coordinate representation of color #60362D: hue angle of 10.59º 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 #60362D is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB965445-
CMYK00.440.530.62
HSL10.59º36.17%27.65%-
HSV(B)10.59º53.12%37.65%-
XYZ6.625.313.16-
YUV65.53116.41149.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 54 (21.48% from 255) = 27.69%
BLUE value IS 45 (17.97% from 255) = 23.08%
R=49.23%
G=27.69%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96544500.440.530.6210.5936.1727.65
Hex60362D02C353Eb241c
Octal14066550546576134434
Binary11000001101101011010101100110101111110101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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