#69361C

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

Shades of New Amber #69361C

Tints of New Amber #69361C

Color information

#69361C (or 0x69361C) is unknown color: approx New Amber. HEX triplet: 69, 36 and 1C. RGB value is (105,54,28). Sum of RGB (Red+Green+Blue) = 105+54+28=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #69361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69361C is #96C9E3. Grayscale: #424242. Windows color (decimal): -9882084 or 1848937. OLE color: 1848937.

HSL color Cylindrical-coordinate representation of color #69361C: hue angle of 20.26º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #69361C is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB1055428-
CMYK00.490.730.59
HSL20.26º57.89%26.08%-
HSV(B)20.26º73.33%41.18%-
XYZ7.355.731.82-
YUV66.28106.4155.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.15%
GREEN value IS 54 (21.48% from 255) = 28.88%
BLUE value IS 28 (11.33% from 255) = 14.97%
R=56.15%
G=28.88%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105542800.490.730.5920.2657.8926.08
Hex69361C031493B143a1a
Octal151663406111173247232
Binary110100111011011100011000110010011110111010011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69361C; }

 p { color: rgb(105,54,28); }

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

<style>
 a { background-color: #69361C; }

 a { background-color: rgb(105,54,28); }

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

<style>
 span { border-color: #69361C; }

 span { border-color: rgb(105,54,28); }

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