#6B3623

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

Shades of New Amber #6B3623

Tints of New Amber #6B3623

Color information

#6B3623 (or 0x6B3623) is unknown color: approx New Amber. HEX triplet: 6B, 36 and 23. RGB value is (107,54,35). Sum of RGB (Red+Green+Blue) = 107+54+35=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3623 is #94C9DC. Grayscale: #434343. Windows color (decimal): -9751005 or 2307691. OLE color: 2307691.

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

Color convert

RGB1075435-
CMYK00.500.670.58
HSL15.83º50.7%27.84%-
HSV(B)15.83º67.29%41.96%-
XYZ7.695.892.32-
YUV67.68109.56156.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.59%
GREEN value IS 54 (21.48% from 255) = 27.55%
BLUE value IS 35 (14.06% from 255) = 17.86%
R=54.59%
G=27.55%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107543500.500.670.5815.8350.727.84
Hex6B3623032433A10331c
Octal153664306210372206334
Binary1101011110110100011011001010000111110101000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,54,35); }

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

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

 a { background-color: rgb(107,54,35); }

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

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

 span { border-color: rgb(107,54,35); }

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