#69371E

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

Shades of New Amber #69371E

Tints of New Amber #69371E

Color information

#69371E (or 0x69371E) is unknown color: approx New Amber. HEX triplet: 69, 37 and 1E. RGB value is (105,55,30). Sum of RGB (Red+Green+Blue) = 105+55+30=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #69371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69371E is #96C8E1. Grayscale: #434343. Windows color (decimal): -9881826 or 1980265. OLE color: 1980265.

HSL color Cylindrical-coordinate representation of color #69371E: hue angle of 20º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69371E is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB1055530-
CMYK00.480.710.59
HSL20º55.56%26.47%-
HSV(B)20º71.43%41.18%-
XYZ7.435.831.96-
YUV67.1107.06155.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.26%
GREEN value IS 55 (21.88% from 255) = 28.95%
BLUE value IS 30 (12.11% from 255) = 15.79%
R=55.26%
G=28.95%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105553000.480.710.592055.5626.47
Hex69371E030473B14381a
Octal151673606010773247032
Binary110100111011111110011000010001111110111010011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69371E; }

 p { color: rgb(105,55,30); }

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

<style>
 a { background-color: #69371E; }

 a { background-color: rgb(105,55,30); }

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

<style>
 span { border-color: #69371E; }

 span { border-color: rgb(105,55,30); }

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