#6F2F27

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

Shades of Pueblo #6F2F27

Tints of Pueblo #6F2F27

Color information

#6F2F27 (or 0x6F2F27) is unknown color: approx Pueblo. HEX triplet: 6F, 2F and 27. RGB value is (111,47,39). Sum of RGB (Red+Green+Blue) = 111+47+39=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2F27 is #90D0D8. Grayscale: #414141. Windows color (decimal): -9490649 or 2568047. OLE color: 2568047.

HSL color Cylindrical-coordinate representation of color #6F2F27: hue angle of 6.67º 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 #6F2F27 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1114739-
CMYK00.580.650.56
HSL6.67º48%29.41%-
HSV(B)6.67º64.86%43.53%-
XYZ7.945.562.57-
YUV65.22113.2160.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.35%
GREEN value IS 47 (18.75% from 255) = 23.86%
BLUE value IS 39 (15.62% from 255) = 19.80%
R=56.35%
G=23.86%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111473900.580.650.566.674829.41
Hex6F2F2703A41387301d
Octal15757470721017076035
Binary11011111011111001110111010100000111100011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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