#6f311f

Color #6F311F Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #6F311F

Tints of Pueblo #6F311F

Color information

#6F311F (or 0x6F311F) is unknown color: approx Pueblo. HEX triplet: 6F, 31 and 1F. RGB value is (111,49,31). Sum of RGB (Red+Green+Blue) = 111+49+31=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F311F is #90CEE0. Grayscale: #414141. Windows color (decimal): -9490145 or 2044271. OLE color: 2044271.

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

Color convert

RGB1114931-
CMYK00.560.720.56
HSL13.5º56.34%27.84%-
HSV(B)13.5º72.07%43.53%-
XYZ7.95.681.98-
YUV65.49108.54160.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.12%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 31 (12.5% from 255) = 16.23%
R=58.12%
G=25.65%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111493100.560.720.5613.556.3427.84
Hex6F311F0384838e381c
Octal157613707011070167034
Binary11011111100011111101110001001000111000111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f311f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6f311f;
 }
 .AnyTagClassName
 {
   color: #6f311f;
 }
</style>
background-color css

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

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

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

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

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

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