#6B3621

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

Shades of New Amber #6B3621

Tints of New Amber #6B3621

Color information

#6B3621 (or 0x6B3621) is unknown color: approx New Amber. HEX triplet: 6B, 36 and 21. RGB value is (107,54,33). Sum of RGB (Red+Green+Blue) = 107+54+33=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3621 is #94C9DE. Grayscale: #434343. Windows color (decimal): -9751007 or 2176619. OLE color: 2176619.

HSL color Cylindrical-coordinate representation of color #6B3621: hue angle of 17.03º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B3621 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB1075433-
CMYK00.500.690.58
HSL17.03º52.86%27.45%-
HSV(B)17.03º69.16%41.96%-
XYZ7.665.872.17-
YUV67.45108.56156.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 55.15%
GREEN value IS 54 (21.48% from 255) = 27.84%
BLUE value IS 33 (13.28% from 255) = 17.01%
R=55.15%
G=27.84%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107543300.500.690.5817.0352.8627.45
Hex6B3621032453A11351b
Octal153664106210572216533
Binary1101011110110100001011001010001011110101000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,54,33); }

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

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

 a { background-color: rgb(107,54,33); }

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

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

 span { border-color: rgb(107,54,33); }

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