#6B391D

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

Shades of New Amber #6B391D

Tints of New Amber #6B391D

Color information

#6B391D (or 0x6B391D) is unknown color: approx New Amber. HEX triplet: 6B, 39 and 1D. RGB value is (107,57,29). Sum of RGB (Red+Green+Blue) = 107+57+29=193 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.44% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 107 - color contains mainly: red. Hex color #6B391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B391D is #94C6E2. Grayscale: #444444. Windows color (decimal): -9750243 or 1915243. OLE color: 1915243.

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

Color convert

RGB1075729-
CMYK00.470.730.58
HSL21.54º57.35%26.67%-
HSV(B)21.54º72.9%41.96%-
XYZ7.756.141.94-
YUV68.76105.56155.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 55.44%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 29 (11.72% from 255) = 15.03%
R=55.44%
G=29.53%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107572900.470.730.5821.5457.3526.67
Hex6B391D02F493A16391b
Octal153713505711172267133
Binary110101111100111101010111110010011110101011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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