Html Css Color HEX #6F251F Auburn

📋 copy color: '#6F251F'

red 111 ◦ green 37 ◦ blue 31

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

Shades of Auburn #6F251F

Tints of Auburn #6F251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.67%

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

R = 62.01%
G = 20.67%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F251F (or 0x6F251F) is known color: Auburn. HEX triplet: 6F, 25 and 1F. RGB value is (111,37,31). Sum of RGB (Red+Green+Blue) = 111+37+31=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F251F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F251F is #90DAE0. Grayscale: #3A3A3A. Windows color (decimal): -9493217 or 2041199. OLE color: 2041199.

HSL color Cylindrical-coordinate representation of color #6F251F: hue angle of 4.5º 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 #6F251F is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 37 31 -
CMYK 0 0.67 0.72 0.56
HSL 4.5º 0.56% 0.28% -
HSV(B) 4.5º 0.72% 0.44% -
XYZ 7.46 4.8 1.83 -
YUV 58.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 111 37 31 0 0.67 0.72 0.56 4.5 0.56 0.28
Hex 6F 25 1F 0 43 48 38 4 38 1C
Octal 157 45 37 0 103 110 70 4 70 34
Binary 1101111 100101 11111 0 1000011 1001000 111000 100 111000 11100

Color Harmonies of #6F251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F251F

Black with #6F251F

Text Example


Text Example

White with #6F251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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