#652014

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

Shades of Red Oxide #652014

Tints of Red Oxide #652014

Color information

#652014 (or 0x652014) is unknown color: approx Red Oxide. HEX triplet: 65, 20 and 14. RGB value is (101,32,20). Sum of RGB (Red+Green+Blue) = 101+32+20=153 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.01% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 101 - color contains mainly: red. Hex color #652014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652014 is #9ADFEB. Grayscale: #333333. Windows color (decimal): -10149868 or 1319013. OLE color: 1319013.

HSL color Cylindrical-coordinate representation of color #652014: hue angle of 8.89º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #652014 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB1013220-
CMYK00.680.800.60
HSL8.89º66.94%23.73%-
HSV(B)8.89º80.2%39.61%-
XYZ6.013.851.09-
YUV51.26110.36163.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 66.01%
GREEN value IS 32 (12.89% from 255) = 20.92%
BLUE value IS 20 (8.20% from 255) = 13.07%
R=66.01%
G=20.92%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101322000.680.800.608.8966.9423.73
Hex652014044503C94318
Octal14540240104120741110330
Binary1100101100000101000100010010100001111001001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652014; }

 p { color: rgb(101,32,20); }

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

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

 a { background-color: rgb(101,32,20); }

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

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

 span { border-color: rgb(101,32,20); }

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