#6B3928

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

Shades of New Amber #6B3928

Tints of New Amber #6B3928

Color information

#6B3928 (or 0x6B3928) is unknown color: approx New Amber. HEX triplet: 6B, 39 and 28. RGB value is (107,57,40). Sum of RGB (Red+Green+Blue) = 107+57+40=204 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.45% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3928 is #94C6D7. Grayscale: #464646. Windows color (decimal): -9750232 or 2636139. OLE color: 2636139.

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

Color convert

RGB1075740-
CMYK00.470.630.58
HSL15.22º45.58%28.82%-
HSV(B)15.22º62.62%41.96%-
XYZ7.916.212.79-
YUV70.01111.06154.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.45%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 40 (16.02% from 255) = 19.61%
R=52.45%
G=27.94%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107574000.470.630.5815.2245.5828.82
Hex6B392802F3F3Af2e1d
Octal15371500577772175635
Binary11010111110011010000101111111111111010111110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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