Html Css Color HEX #6D2923 Auburn

📋 copy color: '#6D2923'

red 109 ◦ green 41 ◦ blue 35

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

Shades of Auburn #6D2923

Tints of Auburn #6D2923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.92%

R = 58.92%
G = 22.16%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.57

RGB Variations

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

Color information

#6D2923 (or 0x6D2923) is known color: Auburn. HEX triplet: 6D, 29 and 23. RGB value is (109,41,35). Sum of RGB (Red+Green+Blue) = 109+41+35=185 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.92% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2923 is #92D6DC. Grayscale: #3C3C3C. Windows color (decimal): -9623261 or 2304365. OLE color: 2304365.

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

Color convert

RGB 109 41 35 -
CMYK 0 0.62 0.68 0.57
HSL 4.86º 0.51% 0.28% -
HSV(B) 4.86º 0.68% 0.43% -
XYZ 7.4 4.96 2.16 -
YUV 60.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 109 41 35 0 0.62 0.68 0.57 4.86 0.51 0.28
Hex 6D 29 23 0 3E 44 39 5 33 1C
Octal 155 51 43 0 76 104 71 5 63 34
Binary 1101101 101001 100011 0 111110 1000100 111001 101 110011 11100

Color Harmonies of #6D2923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2923

Black with #6D2923

Text Example


Text Example

White with #6D2923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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