#6B2B2A

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

Shades of Auburn #6B2B2A

Tints of Auburn #6B2B2A

Color information

#6B2B2A (or 0x6B2B2A) is unknown color: approx Auburn. HEX triplet: 6B, 2B and 2A. RGB value is (107,43,42). Sum of RGB (Red+Green+Blue) = 107+43+42=192 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.73% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2B2A is #94D4D5. Grayscale: #3E3E3E. Windows color (decimal): -9753814 or 2763627. OLE color: 2763627.

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

Color convert

RGB1074342-
CMYK00.600.610.58
HSL0.92º43.62%29.22%-
HSV(B)0.92º60.75%41.96%-
XYZ7.355.022.77-
YUV62.02116.7160.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 55.73%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 42 (16.80% from 255) = 21.88%
R=55.73%
G=22.40%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107434200.600.610.580.9243.6229.22
Hex6B2B2A03C3D3A12c1d
Octal1535352074757215435
Binary11010111010111010100111100111101111010110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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