#652217

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

Shades of Red Oxide #652217

Tints of Red Oxide #652217

Color information

#652217 (or 0x652217) is unknown color: approx Red Oxide. HEX triplet: 65, 22 and 17. RGB value is (101,34,23). Sum of RGB (Red+Green+Blue) = 101+34+23=158 (20% of max value = 765). Red value is 101 (39.84% from 255 or 63.92% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 101 - color contains mainly: red. Hex color #652217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652217 is #9ADDE8. Grayscale: #343434. Windows color (decimal): -10149353 or 1516133. OLE color: 1516133.

HSL color Cylindrical-coordinate representation of color #652217: hue angle of 8.46º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #652217 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB1013423-
CMYK00.660.770.60
HSL8.46º62.9%24.31%-
HSV(B)8.46º77.23%39.61%-
XYZ6.093.971.26-
YUV52.78111.2162.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.92%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 23 (9.38% from 255) = 14.56%
R=63.92%
G=21.52%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101342300.660.770.608.4662.924.31
Hex6522170424D3C83f18
Octal1454227010211574107730
Binary110010110001010111010000101001101111100100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652217; }

 p { color: rgb(101,34,23); }

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

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

 a { background-color: rgb(101,34,23); }

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

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

 span { border-color: rgb(101,34,23); }

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