#6B3821

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

Shades of New Amber #6B3821

Tints of New Amber #6B3821

Color information

#6B3821 (or 0x6B3821) is unknown color: approx New Amber. HEX triplet: 6B, 38 and 21. RGB value is (107,56,33). Sum of RGB (Red+Green+Blue) = 107+56+33=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3821 is #94C7DE. Grayscale: #444444. Windows color (decimal): -9750495 or 2177131. OLE color: 2177131.

HSL color Cylindrical-coordinate representation of color #6B3821: hue angle of 18.65º 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 #6B3821 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB1075633-
CMYK00.480.690.58
HSL18.65º52.86%27.45%-
HSV(B)18.65º69.16%41.96%-
XYZ7.756.062.2-
YUV68.63107.9155.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.59%
GREEN value IS 56 (22.27% from 255) = 28.57%
BLUE value IS 33 (13.28% from 255) = 16.84%
R=54.59%
G=28.57%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107563300.480.690.5818.6552.8627.45
Hex6B3821030453A13351b
Octal153704106010572236533
Binary1101011111000100001011000010001011110101001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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