#69331C

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

Shades of New Amber #69331C

Tints of New Amber #69331C

Color information

#69331C (or 0x69331C) is unknown color: approx New Amber. HEX triplet: 69, 33 and 1C. RGB value is (105,51,28). Sum of RGB (Red+Green+Blue) = 105+51+28=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #69331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69331C is #96CCE3. Grayscale: #404040. Windows color (decimal): -9882852 or 1848169. OLE color: 1848169.

HSL color Cylindrical-coordinate representation of color #69331C: hue angle of 17.92º 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 #69331C is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB1055128-
CMYK00.510.730.59
HSL17.92º57.89%26.08%-
HSV(B)17.92º73.33%41.18%-
XYZ7.225.451.77-
YUV64.52107.39156.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.07%
GREEN value IS 51 (20.31% from 255) = 27.72%
BLUE value IS 28 (11.33% from 255) = 15.22%
R=57.07%
G=27.72%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105512800.510.730.5917.9257.8926.08
Hex69331C033493B123a1a
Octal151633406311173227232
Binary110100111001111100011001110010011110111001011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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