Html Css Color HEX #6C2D29 Auburn

📋 copy color: '#6C2D29'

red 108 ◦ green 45 ◦ blue 41

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

Shades of Auburn #6C2D29

Tints of Auburn #6C2D29

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.2%

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

R = 55.67%
G = 23.2%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#6C2D29 (or 0x6C2D29) is known color: Auburn. HEX triplet: 6C, 2D and 29. RGB value is (108,45,41). Sum of RGB (Red+Green+Blue) = 108+45+41=194 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.67% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2D29 is #93D2D6. Grayscale: #3F3F3F. Windows color (decimal): -9687767 or 2698604. OLE color: 2698604.

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

Color convert

RGB 108 45 41 -
CMYK 0 0.58 0.62 0.58
HSL 3.58º 0.45% 0.29% -
HSV(B) 3.58º 0.62% 0.42% -
XYZ 7.52 5.23 2.71 -
YUV 63.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 108 45 41 0 0.58 0.62 0.58 3.58 0.45 0.29
Hex 6C 2D 29 0 3A 3E 3A 4 2D 1D
Octal 154 55 51 0 72 76 72 4 55 35
Binary 1101100 101101 101001 0 111010 111110 111010 100 101101 11101

Color Harmonies of #6C2D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2D29

Black with #6C2D29

Text Example


Text Example

White with #6C2D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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