#6C2D2B

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

Shades of Auburn #6C2D2B

Tints of Auburn #6C2D2B

Color information

#6C2D2B (or 0x6C2D2B) is unknown color: approx Auburn. HEX triplet: 6C, 2D and 2B. RGB value is (108,45,43). Sum of RGB (Red+Green+Blue) = 108+45+43=196 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.10% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2D2B is #93D2D4. Grayscale: #3F3F3F. Windows color (decimal): -9687765 or 2829676. OLE color: 2829676.

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

Color convert

RGB1084543-
CMYK00.580.600.58
HSL1.85º43.05%29.61%-
HSV(B)1.85º60.19%42.35%-
XYZ7.565.242.9-
YUV63.61116.37159.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.10%
GREEN value IS 45 (17.97% from 255) = 22.96%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=55.10%
G=22.96%
B=21.94%

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
Decimal108454300.580.600.581.8543.0529.61
Hex6C2D2B03A3C3A22b1e
Octal1545553072747225336
Binary110110010110110101101110101111001110101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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