#6B2D2B

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

Shades of Auburn #6B2D2B

Tints of Auburn #6B2D2B

Color information

#6B2D2B (or 0x6B2D2B) is unknown color: approx Auburn. HEX triplet: 6B, 2D and 2B. RGB value is (107,45,43). Sum of RGB (Red+Green+Blue) = 107+45+43=195 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.87% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2D2B is #94D2D4. Grayscale: #3F3F3F. Windows color (decimal): -9753301 or 2829675. OLE color: 2829675.

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

Color convert

RGB1074543-
CMYK00.580.600.58
HSL1.88º42.67%29.41%-
HSV(B)1.88º59.81%41.96%-
XYZ7.445.182.89-
YUV63.31116.54159.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.87%
GREEN value IS 45 (17.97% from 255) = 23.08%
BLUE value IS 43 (17.19% from 255) = 22.05%
R=54.87%
G=23.08%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107454300.580.600.581.8842.6729.41
Hex6B2D2B03A3C3A22b1d
Octal1535553072747225335
Binary110101110110110101101110101111001110101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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