#6E240F

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

Shades of Pueblo #6E240F

Tints of Pueblo #6E240F

Color information

#6E240F (or 0x6E240F) is unknown color: approx Pueblo. HEX triplet: 6E, 24 and 0F. RGB value is (110,36,15). Sum of RGB (Red+Green+Blue) = 110+36+15=161 (21% of max value = 765). Red value is 110 (43.36% from 255 or 68.32% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 110 - color contains mainly: red. Hex color #6E240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E240F is #91DBF0. Grayscale: #373737. Windows color (decimal): -9559025 or 992366. OLE color: 992366.

HSL color Cylindrical-coordinate representation of color #6E240F: hue angle of 13.26º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E240F is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB1103615-
CMYK00.670.860.57
HSL13.26º76%24.51%-
HSV(B)13.26º86.36%43.14%-
XYZ7.154.610.97-
YUV55.73105.02166.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 68.32%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 15 (6.25% from 255) = 9.32%
R=68.32%
G=22.36%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110361500.670.860.5713.267624.51
Hex6E24F0435639d4c19
Octal15644170103126711511431
Binary110111010010011110100001110101101110011101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,36,15); }

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

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

 a { background-color: rgb(110,36,15); }

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

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

 span { border-color: rgb(110,36,15); }

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