#693F2B

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

Shades of New Amber #693F2B

Tints of New Amber #693F2B

Color information

#693F2B (or 0x693F2B) is unknown color: approx New Amber. HEX triplet: 69, 3F and 2B. RGB value is (105,63,43). Sum of RGB (Red+Green+Blue) = 105+63+43=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #693F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F2B is #96C0D4. Grayscale: #494949. Windows color (decimal): -9879765 or 2834281. OLE color: 2834281.

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

Color convert

RGB1056343-
CMYK00.40.590.59
HSL19.35º41.89%29.02%-
HSV(B)19.35º59.05%41.18%-
XYZ8.046.733.16-
YUV73.28110.91150.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.76%
GREEN value IS 63 (25% from 255) = 29.86%
BLUE value IS 43 (17.19% from 255) = 20.38%
R=49.76%
G=29.86%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105634300.40.590.5919.3541.8929.02
Hex693F2B0283B3B132a1d
Octal15177530507373235235
Binary110100111111110101101010001110111110111001110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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