#6b3c2a

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

Shades of New Amber #6B3C2A

Tints of New Amber #6B3C2A

Color information

#6B3C2A (or 0x6B3C2A) is unknown color: approx New Amber. HEX triplet: 6B, 3C and 2A. RGB value is (107,60,42). Sum of RGB (Red+Green+Blue) = 107+60+42=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3C2A is #94C3D5. Grayscale: #484848. Windows color (decimal): -9749462 or 2767979. OLE color: 2767979.

HSL color Cylindrical-coordinate representation of color #6B3C2A: hue angle of 16.62º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B3C2A is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB1076042-
CMYK00.440.610.58
HSL16.62º43.62%29.22%-
HSV(B)16.62º60.75%41.96%-
XYZ8.16.523.02-
YUV72111.07152.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.20%
GREEN value IS 60 (23.83% from 255) = 28.71%
BLUE value IS 42 (16.80% from 255) = 20.10%
R=51.20%
G=28.71%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107604200.440.610.5816.6243.6229.22
Hex6B3C2A02C3D3A112c1d
Octal15374520547572215435
Binary110101111110010101001011001111011110101000110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b3c2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,60,42); }

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

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

 a { background-color: rgb(107,60,42); }

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

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

 span { border-color: rgb(107,60,42); }

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