#6F240F

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

Shades of Pueblo #6F240F

Tints of Pueblo #6F240F

Color information

#6F240F (or 0x6F240F) is unknown color: approx Pueblo. HEX triplet: 6F, 24 and 0F. RGB value is (111,36,15). Sum of RGB (Red+Green+Blue) = 111+36+15=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F240F is #90DBF0. Grayscale: #383838. Windows color (decimal): -9493489 or 992367. OLE color: 992367.

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

Color convert

RGB1113615-
CMYK00.680.860.56
HSL13.13º76.19%24.71%-
HSV(B)13.13º86.49%43.53%-
XYZ7.274.680.97-
YUV56.03104.85167.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 68.52%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 15 (6.25% from 255) = 9.26%
R=68.52%
G=22.22%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111361500.680.860.5613.1376.1924.71
Hex6F24F0445638d4c19
Octal15744170104126701511431
Binary110111110010011110100010010101101110001101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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