#682D3E

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

Shades of Siren #682D3E

Tints of Siren #682D3E

Color information

#682D3E (or 0x682D3E) is unknown color: approx Siren. HEX triplet: 68, 2D and 3E. RGB value is (104,45,62). Sum of RGB (Red+Green+Blue) = 104+45+62=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #682D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682D3E is #97D2C1. Grayscale: #404040. Windows color (decimal): -9949890 or 4074856. OLE color: 4074856.

HSL color Cylindrical-coordinate representation of color #682D3E: hue angle of 342.71º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #682D3E is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB1044562-
CMYK00.570.400.59
HSL342.71º39.6%29.22%-
HSV(B)342.71º56.73%40.78%-
XYZ7.525.175.16-
YUV64.58126.55156.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.29%
GREEN value IS 45 (17.97% from 255) = 21.33%
BLUE value IS 62 (24.61% from 255) = 29.38%
R=49.29%
G=21.33%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104456200.570.400.59342.7139.629.22
Hex682D3E039283B157281d
Octal150557607150735275035
Binary1101000101101111110011100110100011101110101011110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682D3E; }

 p { color: rgb(104,45,62); }

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

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

 a { background-color: rgb(104,45,62); }

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

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

 span { border-color: rgb(104,45,62); }

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