Html Css Color HEX #6C2B29 Auburn

📋 copy color: '#6C2B29'

red 108 ◦ green 43 ◦ blue 41

#6C2B29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Auburn #6C2B29

Tints of Auburn #6C2B29

RGB

 RED value IS 108 (42.58% from 255) = 56.25%

 GREEN value IS 43 (17.19% from 255) = 22.4%

 BLUE value IS 41 (16.41% from 255) = 21.35%

R = 56.25%
G = 22.4%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#6C2B29 (or 0x6C2B29) is known color: Auburn. HEX triplet: 6C, 2B and 29. RGB value is (108,43,41). Sum of RGB (Red+Green+Blue) = 108+43+41=192 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.25% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2B29 is #93D4D6. Grayscale: #3E3E3E. Windows color (decimal): -9688279 or 2698092. OLE color: 2698092.

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

Color convert

RGB 108 43 41 -
CMYK 0 0.60 0.62 0.58
HSL 1.79º 0.45% 0.29% -
HSV(B) 1.79º 0.62% 0.42% -
XYZ 7.45 5.08 2.69 -
YUV 62.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 108 43 41 0 0.60 0.62 0.58 1.79 0.45 0.29
Hex 6C 2B 29 0 3C 3E 3A 2 2D 1D
Octal 154 53 51 0 74 76 72 2 55 35
Binary 1101100 101011 101001 0 111100 111110 111010 10 101101 11101

Color Harmonies of #6C2B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2B29

Black with #6C2B29

Text Example


Text Example

White with #6C2B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C2B29;
 }
 .AnyTagClassName
 {
   color: #6C2B29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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