#6B341F

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

Shades of New Amber #6B341F

Tints of New Amber #6B341F

Color information

#6B341F (or 0x6B341F) is unknown color: approx New Amber. HEX triplet: 6B, 34 and 1F. RGB value is (107,52,31). Sum of RGB (Red+Green+Blue) = 107+52+31=190 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.32% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 107 - color contains mainly: red. Hex color #6B341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B341F is #94CBE0. Grayscale: #424242. Windows color (decimal): -9751521 or 2045035. OLE color: 2045035.

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

Color convert

RGB1075231-
CMYK00.510.710.58
HSL16.58º55.07%27.06%-
HSV(B)16.58º71.03%41.96%-
XYZ7.545.682-
YUV66.05108.22157.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.32%
GREEN value IS 52 (20.70% from 255) = 27.37%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=56.32%
G=27.37%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107523100.510.710.5816.5855.0727.06
Hex6B341F033473A11371b
Octal153643706310772216733
Binary110101111010011111011001110001111110101000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,52,31); }

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

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

 a { background-color: rgb(107,52,31); }

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

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

 span { border-color: rgb(107,52,31); }

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