Html Css Color HEX #6E2323 Auburn

📋 copy color: '#6E2323'

red 110 ◦ green 35 ◦ blue 35

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

Shades of Auburn #6E2323

Tints of Auburn #6E2323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.44%

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

R = 61.11%
G = 19.44%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.57

RGB Variations

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

Color information

#6E2323 (or 0x6E2323) is known color: Auburn. HEX triplet: 6E, 23 and 23. RGB value is (110,35,35). Sum of RGB (Red+Green+Blue) = 110+35+35=180 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.11% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2323 is #91DCDC. Grayscale: #393939. Windows color (decimal): -9559261 or 2302830. OLE color: 2302830.

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

Color convert

RGB 110 35 35 -
CMYK 0 0.68 0.68 0.57
HSL 0.52% 0.28% -
HSV(B) 0.68% 0.43% -
XYZ 7.33 4.64 2.1 -
YUV 57.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 110 35 35 0 0.68 0.68 0.57 0 0.52 0.28
Hex 6E 23 23 0 44 44 39 0 34 1C
Octal 156 43 43 0 104 104 71 0 64 34
Binary 1101110 100011 100011 0 1000100 1000100 111001 0 110100 11100

Color Harmonies of #6E2323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2323

Black with #6E2323

Text Example


Text Example

White with #6E2323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,35,35); }

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

background-color css

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

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

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

border-color css

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

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

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