#6F281F

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

Shades of Pueblo #6F281F

Tints of Pueblo #6F281F

Color information

#6F281F (or 0x6F281F) is unknown color: approx Pueblo. HEX triplet: 6F, 28 and 1F. RGB value is (111,40,31). Sum of RGB (Red+Green+Blue) = 111+40+31=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F281F is #90D7E0. Grayscale: #3C3C3C. Windows color (decimal): -9492449 or 2041967. OLE color: 2041967.

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

Color convert

RGB1114031-
CMYK00.640.720.56
HSL6.75º56.34%27.84%-
HSV(B)6.75º72.07%43.53%-
XYZ7.5651.86-
YUV60.2111.52164.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60.99%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 31 (12.5% from 255) = 17.03%
R=60.99%
G=21.98%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111403100.640.720.566.7556.3427.84
Hex6F281F04048387381c
Octal157503701001107077034
Binary11011111010001111101000000100100011100011111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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