Html Css Color HEX #6F261F Auburn

📋 copy color: '#6F261F'

red 111 ◦ green 38 ◦ blue 31

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

Shades of Auburn #6F261F

Tints of Auburn #6F261F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.11%

 BLUE value IS 31 (12.5% from 255) = 17.22%

R = 61.67%
G = 21.11%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F261F (or 0x6F261F) is known color: Auburn. HEX triplet: 6F, 26 and 1F. RGB value is (111,38,31). Sum of RGB (Red+Green+Blue) = 111+38+31=180 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.67% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 111 - color contains mainly: red. Hex color #6F261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F261F is #90D9E0. Grayscale: #3B3B3B. Windows color (decimal): -9492961 or 2041455. OLE color: 2041455.

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

Color convert

RGB 111 38 31 -
CMYK 0 0.66 0.72 0.56
HSL 5.25º 0.56% 0.28% -
HSV(B) 5.25º 0.72% 0.44% -
XYZ 7.5 4.86 1.84 -
YUV 59.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 111 38 31 0 0.66 0.72 0.56 5.25 0.56 0.28
Hex 6F 26 1F 0 42 48 38 5 38 1C
Octal 157 46 37 0 102 110 70 5 70 34
Binary 1101111 100110 11111 0 1000010 1001000 111000 101 111000 11100

Color Harmonies of #6F261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F261F

Black with #6F261F

Text Example


Text Example

White with #6F261F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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