#602635

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

Shades of Siren #602635

Tints of Siren #602635

Color information

#602635 (or 0x602635) is unknown color: approx Siren. HEX triplet: 60, 26 and 35. RGB value is (96,38,53). Sum of RGB (Red+Green+Blue) = 96+38+53=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #602635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602635 is #9FD9CA. Grayscale: #393939. Windows color (decimal): -10475979 or 3483232. OLE color: 3483232.

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

Color convert

RGB963853-
CMYK00.600.450.62
HSL344.48º43.28%26.27%-
HSV(B)344.48º60.42%37.65%-
XYZ6.164.133.84-
YUV57.05125.72155.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.34%
GREEN value IS 38 (15.23% from 255) = 20.32%
BLUE value IS 53 (21.09% from 255) = 28.34%
R=51.34%
G=20.32%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96385300.600.450.62344.4843.2826.27
Hex60263503C2D3E1582b1a
Octal140466507455765305332
Binary1100000100110110101011110010110111111010101100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602635; }

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

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

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

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

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

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

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

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