Html Css Color HEX #6F2726 Auburn

📋 copy color: '#6F2726'

red 111 ◦ green 39 ◦ blue 38

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

Shades of Auburn #6F2726

Tints of Auburn #6F2726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.21%

R = 59.04%
G = 20.74%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#6F2726 (or 0x6F2726) is known color: Auburn. HEX triplet: 6F, 27 and 26. RGB value is (111,39,38). Sum of RGB (Red+Green+Blue) = 111+39+38=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2726 is #90D8D9. Grayscale: #3C3C3C. Windows color (decimal): -9492698 or 2500463. OLE color: 2500463.

HSL color Cylindrical-coordinate representation of color #6F2726: hue angle of 0.82º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F2726 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 39 38 -
CMYK 0 0.65 0.66 0.56
HSL 0.82º 0.49% 0.29% -
HSV(B) 0.82º 0.66% 0.44% -
XYZ 7.63 4.97 2.39 -
YUV 60.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 111 39 38 0 0.65 0.66 0.56 0.82 0.49 0.29
Hex 6F 27 26 0 41 42 38 1 31 1D
Octal 157 47 46 0 101 102 70 1 61 35
Binary 1101111 100111 100110 0 1000001 1000010 111000 1 110001 11101

Color Harmonies of #6F2726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2726

Black with #6F2726

Text Example


Text Example

White with #6F2726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,39,38); }

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

background-color css

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

 a { background-color: rgb(111,39,38); }

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

border-color css

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

 span { border-color: rgb(111,39,38); }

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