#6A402F

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

Shades of New Amber #6A402F

Tints of New Amber #6A402F

Color information

#6A402F (or 0x6A402F) is unknown color: approx New Amber. HEX triplet: 6A, 40 and 2F. RGB value is (106,64,47). Sum of RGB (Red+Green+Blue) = 106+64+47=217 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.85% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 106 - color contains mainly: red. Hex color #6A402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A402F is #95BFD0. Grayscale: #4A4A4A. Windows color (decimal): -9813969 or 3096682. OLE color: 3096682.

HSL color Cylindrical-coordinate representation of color #6A402F: hue angle of 17.29º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A402F is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB1066447-
CMYK00.400.560.58
HSL17.29º38.56%30%-
HSV(B)17.29º55.66%41.57%-
XYZ8.296.943.59-
YUV74.62112.41150.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.85%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 47 (18.75% from 255) = 21.66%
R=48.85%
G=29.49%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106644700.400.560.5817.2938.5630
Hex6A402F028383A11271e
Octal152100570507072214736
Binary1101010100000010111101010001110001110101000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A402F; }

 p { color: rgb(106,64,47); }

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

<style>
 a { background-color: #6A402F; }

 a { background-color: rgb(106,64,47); }

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

<style>
 span { border-color: #6A402F; }

 span { border-color: rgb(106,64,47); }

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