#6F3028

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

Shades of Pueblo #6F3028

Tints of Pueblo #6F3028

Color information

#6F3028 (or 0x6F3028) is unknown color: approx Pueblo. HEX triplet: 6F, 30 and 28. RGB value is (111,48,40). Sum of RGB (Red+Green+Blue) = 111+48+40=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3028 is #90CFD7. Grayscale: #424242. Windows color (decimal): -9490392 or 2633839. OLE color: 2633839.

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

Color convert

RGB1114840-
CMYK00.570.640.56
HSL6.76º47.02%29.61%-
HSV(B)6.76º63.96%43.53%-
XYZ85.652.68-
YUV65.92113.37160.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.78%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=55.78%
G=24.12%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111484000.570.640.566.7647.0229.61
Hex6F3028039403872f1e
Octal15760500711007075736
Binary11011111100001010000111001100000011100011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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