#6F3127

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

Shades of Pueblo #6F3127

Tints of Pueblo #6F3127

Color information

#6F3127 (or 0x6F3127) is unknown color: approx Pueblo. HEX triplet: 6F, 31 and 27. RGB value is (111,49,39). Sum of RGB (Red+Green+Blue) = 111+49+39=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3127 is #90CED8. Grayscale: #424242. Windows color (decimal): -9490137 or 2568559. OLE color: 2568559.

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

Color convert

RGB1114939-
CMYK00.560.650.56
HSL8.33º48%29.41%-
HSV(B)8.33º64.86%43.53%-
XYZ8.025.722.6-
YUV66.4112.54159.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.78%
GREEN value IS 49 (19.53% from 255) = 24.62%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=55.78%
G=24.62%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111493900.560.650.568.334829.41
Hex6F312703841388301d
Octal157614707010170106035
Binary110111111000110011101110001000001111000100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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