#6B3922

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

Shades of New Amber #6B3922

Tints of New Amber #6B3922

Color information

#6B3922 (or 0x6B3922) is unknown color: approx New Amber. HEX triplet: 6B, 39 and 22. RGB value is (107,57,34). Sum of RGB (Red+Green+Blue) = 107+57+34=198 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.04% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3922 is #94C6DD. Grayscale: #454545. Windows color (decimal): -9750238 or 2242923. OLE color: 2242923.

HSL color Cylindrical-coordinate representation of color #6B3922: hue angle of 18.9º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B3922 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB1075734-
CMYK00.470.680.58
HSL18.9º51.77%27.65%-
HSV(B)18.9º68.22%41.96%-
XYZ7.826.172.29-
YUV69.33108.06154.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.04%
GREEN value IS 57 (22.66% from 255) = 28.79%
BLUE value IS 34 (13.67% from 255) = 17.17%
R=54.04%
G=28.79%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107573400.470.680.5818.951.7727.65
Hex6B392202F443A13341c
Octal153714205710472236434
Binary1101011111001100010010111110001001110101001111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,57,34); }

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

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

 a { background-color: rgb(107,57,34); }

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

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

 span { border-color: rgb(107,57,34); }

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