Html Css Color HEX #6A2723 Auburn

📋 copy color: '#6A2723'

red 106 ◦ green 39 ◦ blue 35

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

Shades of Auburn #6A2723

Tints of Auburn #6A2723

RGB

 RED value IS 106 (41.8% from 255) = 58.89%

 GREEN value IS 39 (15.63% from 255) = 21.67%

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

R = 58.89%
G = 21.67%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#6A2723 (or 0x6A2723) is known color: Auburn. HEX triplet: 6A, 27 and 23. RGB value is (106,39,35). Sum of RGB (Red+Green+Blue) = 106+39+35=180 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.89% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2723 is #95D8DC. Grayscale: #3A3A3A. Windows color (decimal): -9820381 or 2303850. OLE color: 2303850.

HSL color Cylindrical-coordinate representation of color #6A2723: hue angle of 3.38º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A2723 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 39 35 -
CMYK 0 0.63 0.67 0.58
HSL 3.38º 0.5% 0.28% -
HSV(B) 3.38º 0.67% 0.42% -
XYZ 6.97 4.64 2.12 -
YUV 58.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 106 39 35 0 0.63 0.67 0.58 3.38 0.5 0.28
Hex 6A 27 23 0 3F 43 3A 3 32 1C
Octal 152 47 43 0 77 103 72 3 62 34
Binary 1101010 100111 100011 0 111111 1000011 111010 11 110010 11100

Color Harmonies of #6A2723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2723

Black with #6A2723

Text Example


Text Example

White with #6A2723

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,39,35); }

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

background-color css

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

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

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

border-color css

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

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

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