#602623

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

Shades of Red Oxide #602623

Tints of Red Oxide #602623

Color information

#602623 (or 0x602623) is unknown color: approx Red Oxide. HEX triplet: 60, 26 and 23. RGB value is (96,38,35). Sum of RGB (Red+Green+Blue) = 96+38+35=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #602623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602623 is #9FD9DC. Grayscale: #373737. Windows color (decimal): -10475997 or 2303584. OLE color: 2303584.

HSL color Cylindrical-coordinate representation of color #602623: hue angle of 2.95º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #602623 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB963835-
CMYK00.600.640.62
HSL2.95º46.56%25.69%-
HSV(B)2.95º63.54%37.65%-
XYZ5.823.992.05-
YUV55116.72157.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.80%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 35 (14.06% from 255) = 20.71%
R=56.80%
G=22.49%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96383500.600.640.622.9546.5625.69
Hex60262303C403E32f1a
Octal14046430741007635732
Binary1100000100110100011011110010000001111101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602623; }

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

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

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

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

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

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

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

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