#693A1E

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

Shades of New Amber #693A1E

Tints of New Amber #693A1E

Color information

#693A1E (or 0x693A1E) is unknown color: approx New Amber. HEX triplet: 69, 3A and 1E. RGB value is (105,58,30). Sum of RGB (Red+Green+Blue) = 105+58+30=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #693A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A1E is #96C5E1. Grayscale: #454545. Windows color (decimal): -9881058 or 1981033. OLE color: 1981033.

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

Color convert

RGB1055830-
CMYK00.450.710.59
HSL22.4º55.56%26.47%-
HSV(B)22.4º71.43%41.18%-
XYZ7.576.122.01-
YUV68.86106.07153.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.40%
GREEN value IS 58 (23.05% from 255) = 30.05%
BLUE value IS 30 (12.11% from 255) = 15.54%
R=54.40%
G=30.05%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105583000.450.710.5922.455.5626.47
Hex693A1E02D473B16381a
Octal151723605510773267032
Binary110100111101011110010110110001111110111011011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,58,30); }

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

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

 a { background-color: rgb(105,58,30); }

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

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

 span { border-color: rgb(105,58,30); }

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