#6F271A

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

Shades of Pueblo #6F271A

Tints of Pueblo #6F271A

Color information

#6F271A (or 0x6F271A) is unknown color: approx Pueblo. HEX triplet: 6F, 27 and 1A. RGB value is (111,39,26). Sum of RGB (Red+Green+Blue) = 111+39+26=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F271A is #90D8E5. Grayscale: #3B3B3B. Windows color (decimal): -9492710 or 1714031. OLE color: 1714031.

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

Color convert

RGB1113926-
CMYK00.650.770.56
HSL9.18º62.04%26.86%-
HSV(B)9.18º76.58%43.53%-
XYZ7.474.911.53-
YUV59.05109.35165.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 63.07%
GREEN value IS 39 (15.62% from 255) = 22.16%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=63.07%
G=22.16%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111392600.650.770.569.1862.0426.86
Hex6F271A0414D3893e1b
Octal1574732010111570117633
Binary110111110011111010010000011001101111000100111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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