#6B3C2B

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

Shades of New Amber #6B3C2B

Tints of New Amber #6B3C2B

Color information

#6B3C2B (or 0x6B3C2B) is unknown color: approx New Amber. HEX triplet: 6B, 3C and 2B. RGB value is (107,60,43). Sum of RGB (Red+Green+Blue) = 107+60+43=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3C2B is #94C3D4. Grayscale: #484848. Windows color (decimal): -9749461 or 2833515. OLE color: 2833515.

HSL color Cylindrical-coordinate representation of color #6B3C2B: hue angle of 15.94º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B3C2B is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB1076043-
CMYK00.440.600.58
HSL15.94º42.67%29.41%-
HSV(B)15.94º59.81%41.96%-
XYZ8.126.533.12-
YUV72.11111.57152.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.95%
GREEN value IS 60 (23.83% from 255) = 28.57%
BLUE value IS 43 (17.19% from 255) = 20.48%
R=50.95%
G=28.57%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107604300.440.600.5815.9442.6729.41
Hex6B3C2B02C3C3A102b1d
Octal15374530547472205335
Binary110101111110010101101011001111001110101000010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,60,43); }

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

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

 a { background-color: rgb(107,60,43); }

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

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

 span { border-color: rgb(107,60,43); }

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