#6E271A

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

Shades of Pueblo #6E271A

Tints of Pueblo #6E271A

Color information

#6E271A (or 0x6E271A) is unknown color: approx Pueblo. HEX triplet: 6E, 27 and 1A. RGB value is (110,39,26). Sum of RGB (Red+Green+Blue) = 110+39+26=175 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.86% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 110 - color contains mainly: red. Hex color #6E271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E271A is #91D8E5. Grayscale: #3A3A3A. Windows color (decimal): -9558246 or 1714030. OLE color: 1714030.

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

Color convert

RGB1103926-
CMYK00.650.760.57
HSL9.29º61.76%26.67%-
HSV(B)9.29º76.36%43.14%-
XYZ7.344.841.52-
YUV58.75109.52164.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 62.86%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 26 (10.55% from 255) = 14.86%
R=62.86%
G=22.29%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110392600.650.760.579.2961.7626.67
Hex6E271A0414C3993e1b
Octal1564732010111471117633
Binary110111010011111010010000011001100111001100111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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