Html Css Color HEX #6F2922 Auburn

📋 copy color: '#6F2922'

red 111 ◦ green 41 ◦ blue 34

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

Shades of Auburn #6F2922

Tints of Auburn #6F2922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.28%

R = 59.68%
G = 22.04%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#6F2922 (or 0x6F2922) is known color: Auburn. HEX triplet: 6F, 29 and 22. RGB value is (111,41,34). Sum of RGB (Red+Green+Blue) = 111+41+34=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2922 is #90D6DD. Grayscale: #3D3D3D. Windows color (decimal): -9492190 or 2238831. OLE color: 2238831.

HSL color Cylindrical-coordinate representation of color #6F2922: hue angle of 5.45º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F2922 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 41 34 -
CMYK 0 0.63 0.69 0.56
HSL 5.45º 0.53% 0.28% -
HSV(B) 5.45º 0.69% 0.44% -
XYZ 7.64 5.08 2.09 -
YUV 61.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 111 41 34 0 0.63 0.69 0.56 5.45 0.53 0.28
Hex 6F 29 22 0 3F 45 38 5 35 1C
Octal 157 51 42 0 77 105 70 5 65 34
Binary 1101111 101001 100010 0 111111 1000101 111000 101 110101 11100

Color Harmonies of #6F2922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2922

Black with #6F2922

Text Example


Text Example

White with #6F2922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,41,34); }

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

background-color css

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

 a { background-color: rgb(111,41,34); }

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

border-color css

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

 span { border-color: rgb(111,41,34); }

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