#6F331F

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

Shades of Pueblo #6F331F

Tints of Pueblo #6F331F

Color information

#6F331F (or 0x6F331F) is unknown color: approx Pueblo. HEX triplet: 6F, 33 and 1F. RGB value is (111,51,31). Sum of RGB (Red+Green+Blue) = 111+51+31=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F331F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F331F is #90CCE0. Grayscale: #424242. Windows color (decimal): -9489633 or 2044783. OLE color: 2044783.

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

Color convert

RGB1115131-
CMYK00.540.720.56
HSL15º56.34%27.84%-
HSV(B)15º72.07%43.53%-
XYZ7.995.852-
YUV66.66107.88159.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.51%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 31 (12.5% from 255) = 16.06%
R=57.51%
G=26.42%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111513100.540.720.561556.3427.84
Hex6F331F0364838f381c
Octal157633706611070177034
Binary11011111100111111101101101001000111000111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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