#693B1F

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

Shades of New Amber #693B1F

Tints of New Amber #693B1F

Color information

#693B1F (or 0x693B1F) is unknown color: approx New Amber. HEX triplet: 69, 3B and 1F. RGB value is (105,59,31). Sum of RGB (Red+Green+Blue) = 105+59+31=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #693B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693B1F is #96C4E0. Grayscale: #454545. Windows color (decimal): -9880801 or 2046825. OLE color: 2046825.

HSL color Cylindrical-coordinate representation of color #693B1F: hue angle of 22.7º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #693B1F is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1055931-
CMYK00.440.700.59
HSL22.7º54.41%26.67%-
HSV(B)22.7º70.48%41.18%-
XYZ7.646.232.1-
YUV69.56106.24153.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.85%
GREEN value IS 59 (23.44% from 255) = 30.26%
BLUE value IS 31 (12.5% from 255) = 15.90%
R=53.85%
G=30.26%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105593100.440.700.5922.754.4126.67
Hex693B1F02C463B17361b
Octal151733705410673276633
Binary110100111101111111010110010001101110111011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,59,31); }

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

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

 a { background-color: rgb(105,59,31); }

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

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

 span { border-color: rgb(105,59,31); }

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