#6F270F

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

Shades of Pueblo #6F270F

Tints of Pueblo #6F270F

Color information

#6F270F (or 0x6F270F) is unknown color: approx Pueblo. HEX triplet: 6F, 27 and 0F. RGB value is (111,39,15). Sum of RGB (Red+Green+Blue) = 111+39+15=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F270F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F270F is #90D8F0. Grayscale: #393939. Windows color (decimal): -9492721 or 993135. OLE color: 993135.

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

Color convert

RGB1113915-
CMYK00.650.860.56
HSL15º76.19%24.71%-
HSV(B)15º86.49%43.53%-
XYZ7.374.871-
YUV57.79103.85165.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 67.27%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 15 (6.25% from 255) = 9.09%
R=67.27%
G=23.64%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111391500.650.860.561576.1924.71
Hex6F27F0415638f4c19
Octal15747170101126701711431
Binary110111110011111110100000110101101110001111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,39,15); }

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

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

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

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

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

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

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