Html Css Color HEX #6D2928 Auburn

📋 copy color: '#6D2928'

red 109 ◦ green 41 ◦ blue 40

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

Shades of Auburn #6D2928

Tints of Auburn #6D2928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.58%

 BLUE value IS 40 (16.02% from 255) = 21.05%

R = 57.37%
G = 21.58%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6D2928 (or 0x6D2928) is known color: Auburn. HEX triplet: 6D, 29 and 28. RGB value is (109,41,40). Sum of RGB (Red+Green+Blue) = 109+41+40=190 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.37% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2928 is #92D6D7. Grayscale: #3D3D3D. Windows color (decimal): -9623256 or 2632045. OLE color: 2632045.

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

Color convert

RGB 109 41 40 -
CMYK 0 0.62 0.63 0.57
HSL 0.87º 0.46% 0.29% -
HSV(B) 0.87º 0.63% 0.43% -
XYZ 7.48 4.99 2.58 -
YUV 61.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 109 41 40 0 0.62 0.63 0.57 0.87 0.46 0.29
Hex 6D 29 28 0 3E 3F 39 1 2E 1D
Octal 155 51 50 0 76 77 71 1 56 35
Binary 1101101 101001 101000 0 111110 111111 111001 1 101110 11101

Color Harmonies of #6D2928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2928

Black with #6D2928

Text Example


Text Example

White with #6D2928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,41,40); }

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

background-color css

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

 a { background-color: rgb(109,41,40); }

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

border-color css

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

 span { border-color: rgb(109,41,40); }

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