#6F261B

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

Shades of Pueblo #6F261B

Tints of Pueblo #6F261B

Color information

#6F261B (or 0x6F261B) is unknown color: approx Pueblo. HEX triplet: 6F, 26 and 1B. RGB value is (111,38,27). Sum of RGB (Red+Green+Blue) = 111+38+27=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F261B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F261B is #90D9E4. Grayscale: #3A3A3A. Windows color (decimal): -9492965 or 1779311. OLE color: 1779311.

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

Color convert

RGB1113827-
CMYK00.660.760.56
HSL7.86º60.87%27.06%-
HSV(B)7.86º75.68%43.53%-
XYZ7.454.841.58-
YUV58.57110.18165.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 63.07%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 27 (10.94% from 255) = 15.34%
R=63.07%
G=21.59%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111382700.660.760.567.8660.8727.06
Hex6F261B0424C3883d1b
Octal1574633010211470107533
Binary110111110011011011010000101001100111000100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,38,27); }

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

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

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

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

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

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

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