Html Css Color HEX #6B2C29 Auburn

📋 copy color: '#6B2C29'

red 107 ◦ green 44 ◦ blue 41

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

Shades of Auburn #6B2C29

Tints of Auburn #6B2C29

RGB

 RED value IS 107 (42.19% from 255) = 55.73%

 GREEN value IS 44 (17.58% from 255) = 22.92%

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

R = 55.73%
G = 22.92%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#6B2C29 (or 0x6B2C29) is known color: Auburn. HEX triplet: 6B, 2C and 29. RGB value is (107,44,41). Sum of RGB (Red+Green+Blue) = 107+44+41=192 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.73% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2C29 is #94D3D6. Grayscale: #3E3E3E. Windows color (decimal): -9753559 or 2698347. OLE color: 2698347.

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

Color convert

RGB 107 44 41 -
CMYK 0 0.59 0.62 0.58
HSL 2.73º 0.45% 0.29% -
HSV(B) 2.73º 0.62% 0.42% -
XYZ 7.36 5.09 2.69 -
YUV 62.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 107 44 41 0 0.59 0.62 0.58 2.73 0.45 0.29
Hex 6B 2C 29 0 3B 3E 3A 3 2D 1D
Octal 153 54 51 0 73 76 72 3 55 35
Binary 1101011 101100 101001 0 111011 111110 111010 11 101101 11101

Color Harmonies of #6B2C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2C29

Black with #6B2C29

Text Example


Text Example

White with #6B2C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,44,41); }

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

background-color css

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

 a { background-color: rgb(107,44,41); }

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

border-color css

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

 span { border-color: rgb(107,44,41); }

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