#61362F

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

Shades of Redwood #61362F

Tints of Redwood #61362F

Color information

#61362F (or 0x61362F) is unknown color: approx Redwood. HEX triplet: 61, 36 and 2F. RGB value is (97,54,47). Sum of RGB (Red+Green+Blue) = 97+54+47=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #61362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61362F is #9EC9D0. Grayscale: #424242. Windows color (decimal): -10406353 or 3094113. OLE color: 3094113.

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

Color convert

RGB975447-
CMYK00.440.520.62
HSL8.4º34.72%28.24%-
HSV(B)8.4º51.55%38.04%-
XYZ6.765.383.37-
YUV66.06117.25150.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 54 (21.48% from 255) = 27.27%
BLUE value IS 47 (18.75% from 255) = 23.74%
R=48.99%
G=27.27%
B=23.74%

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
Decimal97544700.440.520.628.434.7228.24
Hex61362F02C343E8231c
Octal14166570546476104334
Binary11000011101101011110101100110100111110100010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61362F; }

 p { color: rgb(97,54,47); }

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

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

 a { background-color: rgb(97,54,47); }

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

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

 span { border-color: rgb(97,54,47); }

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