#693C2A

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

Shades of New Amber #693C2A

Tints of New Amber #693C2A

Color information

#693C2A (or 0x693C2A) is unknown color: approx New Amber. HEX triplet: 69, 3C and 2A. RGB value is (105,60,42). Sum of RGB (Red+Green+Blue) = 105+60+42=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #693C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C2A is #96C3D5. Grayscale: #474747. Windows color (decimal): -9880534 or 2767977. OLE color: 2767977.

HSL color Cylindrical-coordinate representation of color #693C2A: hue angle of 17.14º 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 #693C2A is Cyan = 0, Magento = 0.43, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB1056042-
CMYK00.430.60.59
HSL17.14º42.86%28.82%-
HSV(B)17.14º60%41.18%-
XYZ7.866.43.01-
YUV71.4111.41151.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.72%
GREEN value IS 60 (23.83% from 255) = 28.99%
BLUE value IS 42 (16.80% from 255) = 20.29%
R=50.72%
G=28.99%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105604200.430.60.5917.1442.8628.82
Hex693C2A02B3C3B112b1d
Octal15174520537473215335
Binary110100111110010101001010111111001110111000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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