#601D0E

Color #601D0E Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #601D0E

Tints of Red Oxide #601D0E

Color information

#601D0E (or 0x601D0E) is unknown color: approx Red Oxide. HEX triplet: 60, 1D and 0E. RGB value is (96,29,14). Sum of RGB (Red+Green+Blue) = 96+29+14=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #601D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601D0E is #9FE2F1. Grayscale: #2F2F2F. Windows color (decimal): -10478322 or 925024. OLE color: 925024.

HSL color Cylindrical-coordinate representation of color #601D0E: hue angle of 10.98º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601D0E is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB962914-
CMYK00.700.850.62
HSL10.98º74.55%21.57%-
HSV(B)10.98º85.42%37.65%-
XYZ5.343.40.79-
YUV47.32109.2162.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.06%
GREEN value IS 29 (11.72% from 255) = 20.86%
BLUE value IS 14 (5.86% from 255) = 10.07%
R=69.06%
G=20.86%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96291400.700.850.6210.9874.5521.57
Hex601DE046553Eb4b16
Octal14035160106125761311326
Binary11000001110111100100011010101011111101011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601D0E; }

 p { color: rgb(96,29,14); }

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

<style>
 a { background-color: #601D0E; }

 a { background-color: rgb(96,29,14); }

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

<style>
 span { border-color: #601D0E; }

 span { border-color: rgb(96,29,14); }

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