#6B3826

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

Shades of New Amber #6B3826

Tints of New Amber #6B3826

Color information

#6B3826 (or 0x6B3826) is unknown color: approx New Amber. HEX triplet: 6B, 38 and 26. RGB value is (107,56,38). Sum of RGB (Red+Green+Blue) = 107+56+38=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3826 is #94C7D9. Grayscale: #454545. Windows color (decimal): -9750490 or 2504811. OLE color: 2504811.

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

Color convert

RGB1075638-
CMYK00.480.640.58
HSL15.65º47.59%28.43%-
HSV(B)15.65º64.49%41.96%-
XYZ7.836.092.6-
YUV69.2110.4154.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.23%
GREEN value IS 56 (22.27% from 255) = 27.86%
BLUE value IS 38 (15.23% from 255) = 18.91%
R=53.23%
G=27.86%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107563800.480.640.5815.6547.5928.43
Hex6B3826030403A10301c
Octal153704606010072206034
Binary1101011111000100110011000010000001110101000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,56,38); }

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

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

 a { background-color: rgb(107,56,38); }

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

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

 span { border-color: rgb(107,56,38); }

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