#6F241A

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

Shades of Pueblo #6F241A

Tints of Pueblo #6F241A

Color information

#6F241A (or 0x6F241A) is unknown color: approx Pueblo. HEX triplet: 6F, 24 and 1A. RGB value is (111,36,26). Sum of RGB (Red+Green+Blue) = 111+36+26=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F241A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F241A is #90DBE5. Grayscale: #393939. Windows color (decimal): -9493478 or 1713263. OLE color: 1713263.

HSL color Cylindrical-coordinate representation of color #6F241A: hue angle of 7.06º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F241A is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1113626-
CMYK00.680.770.56
HSL7.06º62.04%26.86%-
HSV(B)7.06º76.58%43.53%-
XYZ7.374.721.5-
YUV57.28110.35166.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 64.16%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=64.16%
G=20.81%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111362600.680.770.567.0662.0426.86
Hex6F241A0444D3873e1b
Octal157443201041157077633
Binary11011111001001101001000100100110111100011111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,36,26); }

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

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

 a { background-color: rgb(111,36,26); }

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

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

 span { border-color: rgb(111,36,26); }

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