Html Css Color HEX #6D2B25 Auburn

📋 copy color: '#6D2B25'

red 109 ◦ green 43 ◦ blue 37

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

Shades of Auburn #6D2B25

Tints of Auburn #6D2B25

RGB

 RED value IS 109 (42.97% from 255) = 57.67%

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

 BLUE value IS 37 (14.84% from 255) = 19.58%

R = 57.67%
G = 22.75%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#6D2B25 (or 0x6D2B25) is known color: Auburn. HEX triplet: 6D, 2B and 25. RGB value is (109,43,37). Sum of RGB (Red+Green+Blue) = 109+43+37=189 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.67% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2B25 is #92D4DA. Grayscale: #3E3E3E. Windows color (decimal): -9622747 or 2435949. OLE color: 2435949.

HSL color Cylindrical-coordinate representation of color #6D2B25: hue angle of 5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D2B25 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 43 37 -
CMYK 0 0.61 0.66 0.57
HSL 0.49% 0.29% -
HSV(B) 0.66% 0.43% -
XYZ 7.5 5.11 2.34 -
YUV 62.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 109 43 37 0 0.61 0.66 0.57 5 0.49 0.29
Hex 6D 2B 25 0 3D 42 39 5 31 1D
Octal 155 53 45 0 75 102 71 5 61 35
Binary 1101101 101011 100101 0 111101 1000010 111001 101 110001 11101

Color Harmonies of #6D2B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2B25

Black with #6D2B25

Text Example


Text Example

White with #6D2B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,43,37); }

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

background-color css

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

 a { background-color: rgb(109,43,37); }

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

border-color css

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

 span { border-color: rgb(109,43,37); }

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