#652623

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

Shades of Red Oxide #652623

Tints of Red Oxide #652623

Color information

#652623 (or 0x652623) is unknown color: approx Red Oxide. HEX triplet: 65, 26 and 23. RGB value is (101,38,35). Sum of RGB (Red+Green+Blue) = 101+38+35=174 (23% of max value = 765). Red value is 101 (39.84% from 255 or 58.05% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 101 - color contains mainly: red. Hex color #652623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652623 is #9AD9DC. Grayscale: #383838. Windows color (decimal): -10148317 or 2303589. OLE color: 2303589.

HSL color Cylindrical-coordinate representation of color #652623: hue angle of 2.73º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #652623 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB1013835-
CMYK00.620.650.60
HSL2.73º48.53%26.67%-
HSV(B)2.73º65.35%39.61%-
XYZ6.364.272.08-
YUV56.5115.87159.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.05%
GREEN value IS 38 (15.23% from 255) = 21.84%
BLUE value IS 35 (14.06% from 255) = 20.11%
R=58.05%
G=21.84%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101383500.620.650.602.7348.5326.67
Hex65262303E413C3311b
Octal14546430761017436133
Binary1100101100110100011011111010000011111001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652623; }

 p { color: rgb(101,38,35); }

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

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

 a { background-color: rgb(101,38,35); }

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

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

 span { border-color: rgb(101,38,35); }

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