#693B23

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

Shades of New Amber #693B23

Tints of New Amber #693B23

Color information

#693B23 (or 0x693B23) is unknown color: approx New Amber. HEX triplet: 69, 3B and 23. RGB value is (105,59,35). Sum of RGB (Red+Green+Blue) = 105+59+35=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #693B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693B23 is #96C4DC. Grayscale: #464646. Windows color (decimal): -9880797 or 2308969. OLE color: 2308969.

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

Color convert

RGB1055935-
CMYK00.440.670.59
HSL20.57º50%27.45%-
HSV(B)20.57º66.67%41.18%-
XYZ7.696.252.39-
YUV70.02108.24152.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.76%
GREEN value IS 59 (23.44% from 255) = 29.65%
BLUE value IS 35 (14.06% from 255) = 17.59%
R=52.76%
G=29.65%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105593500.440.670.5920.575027.45
Hex693B2302C433B15321b
Octal151734305410373256233
Binary1101001111011100011010110010000111110111010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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