#6B3A26

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

Shades of New Amber #6B3A26

Tints of New Amber #6B3A26

Color information

#6B3A26 (or 0x6B3A26) is unknown color: approx New Amber. HEX triplet: 6B, 3A and 26. RGB value is (107,58,38). Sum of RGB (Red+Green+Blue) = 107+58+38=203 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.71% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3A26 is #94C5D9. Grayscale: #464646. Windows color (decimal): -9749978 or 2505323. OLE color: 2505323.

HSL color Cylindrical-coordinate representation of color #6B3A26: hue angle of 17.39º 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 #6B3A26 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB1075838-
CMYK00.460.640.58
HSL17.39º47.59%28.43%-
HSV(B)17.39º64.49%41.96%-
XYZ7.936.292.63-
YUV70.37109.73154.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.71%
GREEN value IS 58 (23.05% from 255) = 28.57%
BLUE value IS 38 (15.23% from 255) = 18.72%
R=52.71%
G=28.57%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107583800.460.640.5817.3947.5928.43
Hex6B3A2602E403A11301c
Octal153724605610072216034
Binary1101011111010100110010111010000001110101000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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