#693E2A

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

Shades of New Amber #693E2A

Tints of New Amber #693E2A

Color information

#693E2A (or 0x693E2A) is unknown color: approx New Amber. HEX triplet: 69, 3E and 2A. RGB value is (105,62,42). Sum of RGB (Red+Green+Blue) = 105+62+42=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #693E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693E2A is #96C1D5. Grayscale: #484848. Windows color (decimal): -9880022 or 2768489. OLE color: 2768489.

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

Color convert

RGB1056242-
CMYK00.410.60.59
HSL19.05º42.86%28.82%-
HSV(B)19.05º60%41.18%-
XYZ7.976.623.05-
YUV72.58110.75151.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 42 (16.80% from 255) = 20.10%
R=50.24%
G=29.67%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105624200.410.60.5919.0542.8628.82
Hex693E2A0293C3B132b1d
Octal15176520517473235335
Binary110100111111010101001010011111001110111001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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