Html Css Color HEX #6A2827 Auburn

📋 copy color: '#6A2827'

red 106 ◦ green 40 ◦ blue 39

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

Shades of Auburn #6A2827

Tints of Auburn #6A2827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.62%

 BLUE value IS 39 (15.63% from 255) = 21.08%

R = 57.3%
G = 21.62%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#6A2827 (or 0x6A2827) is known color: Auburn. HEX triplet: 6A, 28 and 27. RGB value is (106,40,39). Sum of RGB (Red+Green+Blue) = 106+40+39=185 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.30% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2827 is #95D7D8. Grayscale: #3B3B3B. Windows color (decimal): -9820121 or 2566250. OLE color: 2566250.

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

Color convert

RGB 106 40 39 -
CMYK 0 0.62 0.63 0.58
HSL 0.9º 0.46% 0.28% -
HSV(B) 0.9º 0.63% 0.42% -
XYZ 7.07 4.73 2.46 -
YUV 59.62 116.37 161.08 -
System Red Green Blue C M Y K H S L
Decimal 106 40 39 0 0.62 0.63 0.58 0.9 0.46 0.28
Hex 6A 28 27 0 3E 3F 3A 1 2E 1C
Octal 152 50 47 0 76 77 72 1 56 34
Binary 1101010 101000 100111 0 111110 111111 111010 1 101110 11100

Color Harmonies of #6A2827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2827

Black with #6A2827

Text Example


Text Example

White with #6A2827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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