#651D06

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

Shades of Red Oxide #651D06

Tints of Red Oxide #651D06

Color information

#651D06 (or 0x651D06) is unknown color: approx Red Oxide. HEX triplet: 65, 1D and 06. RGB value is (101,29,6). Sum of RGB (Red+Green+Blue) = 101+29+6=136 (18% of max value = 765). Red value is 101 (39.84% from 255 or 74.26% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 101 - color contains mainly: red. Hex color #651D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651D06 is #9AE2F9. Grayscale: #303030. Windows color (decimal): -10150650 or 400741. OLE color: 400741.

HSL color Cylindrical-coordinate representation of color #651D06: hue angle of 14.53º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #651D06 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB101296-
CMYK00.710.940.60
HSL14.53º88.79%20.98%-
HSV(B)14.53º94.06%39.61%-
XYZ5.843.660.57-
YUV47.91104.35165.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 74.26%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 6 (2.73% from 255) = 4.41%
R=74.26%
G=21.32%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10129600.710.940.6014.5388.7920.98
Hex651D60475E3Cf5915
Octal1453560107136741713125
Binary1100101111011100100011110111101111001111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651D06; }

 p { color: rgb(101,29,6); }

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

<style>
 a { background-color: #651D06; }

 a { background-color: rgb(101,29,6); }

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

<style>
 span { border-color: #651D06; }

 span { border-color: rgb(101,29,6); }

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