#69341A

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

Shades of New Amber #69341A

Tints of New Amber #69341A

Color information

#69341A (or 0x69341A) is unknown color: approx New Amber. HEX triplet: 69, 34 and 1A. RGB value is (105,52,26). Sum of RGB (Red+Green+Blue) = 105+52+26=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #69341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69341A is #96CBE5. Grayscale: #414141. Windows color (decimal): -9882598 or 1717353. OLE color: 1717353.

HSL color Cylindrical-coordinate representation of color #69341A: hue angle of 19.75º 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 #69341A is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB1055226-
CMYK00.500.750.59
HSL19.75º60.31%25.69%-
HSV(B)19.75º75.24%41.18%-
XYZ7.245.531.66-
YUV64.88106.06156.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.38%
GREEN value IS 52 (20.70% from 255) = 28.42%
BLUE value IS 26 (10.55% from 255) = 14.21%
R=57.38%
G=28.42%
B=14.21%

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
Decimal105522600.500.750.5919.7560.3125.69
Hex69341A0324B3B143c1a
Octal151643206211373247432
Binary110100111010011010011001010010111110111010011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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