Html Css Color HEX #6F2F2F Auburn

📋 copy color: '#6F2F2F'

red 111 ◦ green 47 ◦ blue 47

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

Shades of Auburn #6F2F2F

Tints of Auburn #6F2F2F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.93%

 BLUE value IS 47 (18.75% from 255) = 22.93%

R = 54.15%
G = 22.93%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#6F2F2F (or 0x6F2F2F) is known color: Auburn. HEX triplet: 6F, 2F and 2F. RGB value is (111,47,47). Sum of RGB (Red+Green+Blue) = 111+47+47=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2F2F is #90D0D0. Grayscale: #424242. Windows color (decimal): -9490641 or 3092335. OLE color: 3092335.

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

Color convert

RGB 111 47 47 -
CMYK 0 0.58 0.58 0.56
HSL 0.41% 0.31% -
HSV(B) 0.58% 0.44% -
XYZ 8.09 5.62 3.35 -
YUV 66.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 111 47 47 0 0.58 0.58 0.56 0 0.41 0.31
Hex 6F 2F 2F 0 3A 3A 38 0 29 1F
Octal 157 57 57 0 72 72 70 0 51 37
Binary 1101111 101111 101111 0 111010 111010 111000 0 101001 11111

Color Harmonies of #6F2F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2F2F

Black with #6F2F2F

Text Example


Text Example

White with #6F2F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,47,47); }

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

background-color css

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

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

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

border-color css

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

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

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