#60362E

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

Shades of Redwood #60362E

Tints of Redwood #60362E

Color information

#60362E (or 0x60362E) is unknown color: approx Redwood. HEX triplet: 60, 36 and 2E. RGB value is (96,54,46). Sum of RGB (Red+Green+Blue) = 96+54+46=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #60362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60362E is #9FC9D1. Grayscale: #414141. Windows color (decimal): -10471890 or 3028576. OLE color: 3028576.

HSL color Cylindrical-coordinate representation of color #60362E: hue angle of 9.6º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60362E is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB965446-
CMYK00.440.520.62
HSL9.6º35.21%27.84%-
HSV(B)9.6º52.08%37.65%-
XYZ6.645.323.26-
YUV65.65116.91149.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 54 (21.48% from 255) = 27.55%
BLUE value IS 46 (18.36% from 255) = 23.47%
R=48.98%
G=27.55%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96544600.440.520.629.635.2127.84
Hex60362E02C343Ea231c
Octal14066560546476124334
Binary11000001101101011100101100110100111110101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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