Html Css Color HEX #6E2925 Auburn

📋 copy color: '#6E2925'

red 110 ◦ green 41 ◦ blue 37

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

Shades of Auburn #6E2925

Tints of Auburn #6E2925

RGB

 RED value IS 110 (43.36% from 255) = 58.51%

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

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

R = 58.51%
G = 21.81%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#6E2925 (or 0x6E2925) is known color: Auburn. HEX triplet: 6E, 29 and 25. RGB value is (110,41,37). Sum of RGB (Red+Green+Blue) = 110+41+37=188 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.51% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2925 is #91D6DA. Grayscale: #3D3D3D. Windows color (decimal): -9557723 or 2435438. OLE color: 2435438.

HSL color Cylindrical-coordinate representation of color #6E2925: hue angle of 3.29º degrees, saturation: 0.5, 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 #6E2925 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 41 37 -
CMYK 0 0.63 0.66 0.57
HSL 3.29º 0.5% 0.29% -
HSV(B) 3.29º 0.66% 0.43% -
XYZ 7.56 5.03 2.32 -
YUV 61.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 110 41 37 0 0.63 0.66 0.57 3.29 0.5 0.29
Hex 6E 29 25 0 3F 42 39 3 32 1D
Octal 156 51 45 0 77 102 71 3 62 35
Binary 1101110 101001 100101 0 111111 1000010 111001 11 110010 11101

Color Harmonies of #6E2925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2925

Black with #6E2925

Text Example


Text Example

White with #6E2925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,41,37); }

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

background-color css

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

 a { background-color: rgb(110,41,37); }

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

border-color css

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

 span { border-color: rgb(110,41,37); }

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