#693E2B

Color #693E2B New Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Amber #693E2B

Tints of New Amber #693E2B

Color information

#693E2B (or 0x693E2B) is unknown color: approx New Amber. HEX triplet: 69, 3E and 2B. RGB value is (105,62,43). Sum of RGB (Red+Green+Blue) = 105+62+43=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #693E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693E2B is #96C1D4. Grayscale: #484848. Windows color (decimal): -9880021 or 2834025. OLE color: 2834025.

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

Color convert

RGB1056243-
CMYK00.410.590.59
HSL18.39º41.89%29.02%-
HSV(B)18.39º59.05%41.18%-
XYZ7.986.623.14-
YUV72.69111.25151.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 62 (24.61% from 255) = 29.52%
BLUE value IS 43 (17.19% from 255) = 20.48%
R=50%
G=29.52%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105624300.410.590.5918.3941.8929.02
Hex693E2B0293B3B122a1d
Octal15176530517373225235
Binary110100111111010101101010011110111110111001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693E2B; }

 p { color: rgb(105,62,43); }

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

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

 a { background-color: rgb(105,62,43); }

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

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

 span { border-color: rgb(105,62,43); }

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