Html Css Color HEX #6F312E Auburn

📋 copy color: '#6F312E'

red 111 ◦ green 49 ◦ blue 46

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

Shades of Auburn #6F312E

Tints of Auburn #6F312E

RGB

 RED value IS 111 (43.75% from 255) = 53.88%

 GREEN value IS 49 (19.53% from 255) = 23.79%

 BLUE value IS 46 (18.36% from 255) = 22.33%

R = 53.88%
G = 23.79%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#6F312E (or 0x6F312E) is known color: Auburn. HEX triplet: 6F, 31 and 2E. RGB value is (111,49,46). Sum of RGB (Red+Green+Blue) = 111+49+46=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F312E is #90CED1. Grayscale: #434343. Windows color (decimal): -9490130 or 3027311. OLE color: 3027311.

HSL color Cylindrical-coordinate representation of color #6F312E: hue angle of 2.77º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F312E is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 49 46 -
CMYK 0 0.56 0.59 0.56
HSL 2.77º 0.41% 0.31% -
HSV(B) 2.77º 0.59% 0.44% -
XYZ 8.15 5.77 3.27 -
YUV 67.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 111 49 46 0 0.56 0.59 0.56 2.77 0.41 0.31
Hex 6F 31 2E 0 38 3B 38 3 29 1F
Octal 157 61 56 0 70 73 70 3 51 37
Binary 1101111 110001 101110 0 111000 111011 111000 11 101001 11111

Color Harmonies of #6F312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F312E

Black with #6F312E

Text Example


Text Example

White with #6F312E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,49,46); }

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

background-color css

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

 a { background-color: rgb(111,49,46); }

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

border-color css

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

 span { border-color: rgb(111,49,46); }

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