#60312A

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

Shades of Redwood #60312A

Tints of Redwood #60312A

Color information

#60312A (or 0x60312A) is unknown color: approx Redwood. HEX triplet: 60, 31 and 2A. RGB value is (96,49,42). Sum of RGB (Red+Green+Blue) = 96+49+42=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #60312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60312A is #9FCED5. Grayscale: #3E3E3E. Windows color (decimal): -10473174 or 2765152. OLE color: 2765152.

HSL color Cylindrical-coordinate representation of color #60312A: hue angle of 7.78º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60312A is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB964942-
CMYK00.490.560.62
HSL7.78º39.13%27.06%-
HSV(B)7.78º56.25%37.65%-
XYZ6.344.852.79-
YUV62.26116.57152.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.34%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 42 (16.80% from 255) = 22.46%
R=51.34%
G=26.20%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96494200.490.560.627.7839.1327.06
Hex60312A031383E8271b
Octal14061520617076104733
Binary11000001100011010100110001111000111110100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60312A; }

 p { color: rgb(96,49,42); }

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

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

 a { background-color: rgb(96,49,42); }

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

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

 span { border-color: rgb(96,49,42); }

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