#6E3027

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

Shades of Pueblo #6E3027

Tints of Pueblo #6E3027

Color information

#6E3027 (or 0x6E3027) is unknown color: approx Pueblo. HEX triplet: 6E, 30 and 27. RGB value is (110,48,39). Sum of RGB (Red+Green+Blue) = 110+48+39=197 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.84% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3027 is #91CFD8. Grayscale: #414141. Windows color (decimal): -9555929 or 2568302. OLE color: 2568302.

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

Color convert

RGB1104839-
CMYK00.560.650.57
HSL7.61º47.65%29.22%-
HSV(B)7.61º64.55%43.14%-
XYZ7.855.582.58-
YUV65.51113.04159.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55.84%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 39 (15.62% from 255) = 19.80%
R=55.84%
G=24.37%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110483900.560.650.577.6147.6529.22
Hex6E302703841398301d
Octal156604707010171106035
Binary110111011000010011101110001000001111001100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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