Html Css Color HEX #6B2D29 Auburn

📋 copy color: '#6B2D29'

red 107 ◦ green 45 ◦ blue 41

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

Shades of Auburn #6B2D29

Tints of Auburn #6B2D29

RGB

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

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

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

R = 55.44%
G = 23.32%
B = 21.24%

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

#6B2D29 (or 0x6B2D29) is known color: Auburn. HEX triplet: 6B, 2D and 29. RGB value is (107,45,41). Sum of RGB (Red+Green+Blue) = 107+45+41=193 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.44% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2D29 is #94D2D6. Grayscale: #3F3F3F. Windows color (decimal): -9753303 or 2698603. OLE color: 2698603.

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

Color convert

RGB 107 45 41 -
CMYK 0 0.58 0.62 0.58
HSL 3.64º 0.45% 0.29% -
HSV(B) 3.64º 0.62% 0.42% -
XYZ 7.4 5.16 2.7 -
YUV 63.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 107 45 41 0 0.58 0.62 0.58 3.64 0.45 0.29
Hex 6B 2D 29 0 3A 3E 3A 4 2D 1D
Octal 153 55 51 0 72 76 72 4 55 35
Binary 1101011 101101 101001 0 111010 111110 111010 100 101101 11101

Color Harmonies of #6B2D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2D29

Black with #6B2D29

Text Example


Text Example

White with #6B2D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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