#69341D

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

Shades of New Amber #69341D

Tints of New Amber #69341D

Color information

#69341D (or 0x69341D) is unknown color: approx New Amber. HEX triplet: 69, 34 and 1D. RGB value is (105,52,29). Sum of RGB (Red+Green+Blue) = 105+52+29=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #69341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69341D is #96CBE2. Grayscale: #414141. Windows color (decimal): -9882595 or 1913961. OLE color: 1913961.

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

Color convert

RGB1055229-
CMYK00.500.720.59
HSL18.16º56.72%26.27%-
HSV(B)18.16º72.38%41.18%-
XYZ7.285.551.85-
YUV65.22107.56156.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.45%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 29 (11.72% from 255) = 15.59%
R=56.45%
G=27.96%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105522900.500.720.5918.1656.7226.27
Hex69341D032483B12391a
Octal151643506211073227132
Binary110100111010011101011001010010001110111001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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