#6F3027

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

Shades of Pueblo #6F3027

Tints of Pueblo #6F3027

Color information

#6F3027 (or 0x6F3027) is unknown color: approx Pueblo. HEX triplet: 6F, 30 and 27. RGB value is (111,48,39). Sum of RGB (Red+Green+Blue) = 111+48+39=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 39 (15.62% from 255 or 19.70% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3027 is #90CFD8. Grayscale: #414141. Windows color (decimal): -9490393 or 2568303. OLE color: 2568303.

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

Color convert

RGB1114839-
CMYK00.570.650.56
HSL7.5º48%29.41%-
HSV(B)7.5º64.86%43.53%-
XYZ7.985.642.59-
YUV65.81112.87160.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.06%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 39 (15.62% from 255) = 19.70%
R=56.06%
G=24.24%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111483900.570.650.567.54829.41
Hex6F302703941388301d
Octal157604707110170106035
Binary110111111000010011101110011000001111000100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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