#69351A

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

Shades of New Amber #69351A

Tints of New Amber #69351A

Color information

#69351A (or 0x69351A) is unknown color: approx New Amber. HEX triplet: 69, 35 and 1A. RGB value is (105,53,26). Sum of RGB (Red+Green+Blue) = 105+53+26=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #69351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69351A is #96CAE5. Grayscale: #414141. Windows color (decimal): -9882342 or 1717609. OLE color: 1717609.

HSL color Cylindrical-coordinate representation of color #69351A: hue angle of 20.51º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #69351A is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB1055326-
CMYK00.500.750.59
HSL20.51º60.31%25.69%-
HSV(B)20.51º75.24%41.18%-
XYZ7.295.621.68-
YUV65.47105.73156.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.07%
GREEN value IS 53 (21.09% from 255) = 28.80%
BLUE value IS 26 (10.55% from 255) = 14.13%
R=57.07%
G=28.80%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105532600.500.750.5920.5160.3125.69
Hex69351A0324B3B153c1a
Octal151653206211373257432
Binary110100111010111010011001010010111110111010111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69351A; }

 p { color: rgb(105,53,26); }

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

<style>
 a { background-color: #69351A; }

 a { background-color: rgb(105,53,26); }

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

<style>
 span { border-color: #69351A; }

 span { border-color: rgb(105,53,26); }

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