#6F3425

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

Shades of Pueblo #6F3425

Tints of Pueblo #6F3425

Color information

#6F3425 (or 0x6F3425) is unknown color: approx Pueblo. HEX triplet: 6F, 34 and 25. RGB value is (111,52,37). Sum of RGB (Red+Green+Blue) = 111+52+37=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3425 is #90CBDA. Grayscale: #444444. Windows color (decimal): -9489371 or 2438255. OLE color: 2438255.

HSL color Cylindrical-coordinate representation of color #6F3425: hue angle of 12.16º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F3425 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB1115237-
CMYK00.530.670.56
HSL12.16º50%29.02%-
HSV(B)12.16º66.67%43.53%-
XYZ8.125.972.47-
YUV67.93110.55158.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.5%
GREEN value IS 52 (20.70% from 255) = 26%
BLUE value IS 37 (14.84% from 255) = 18.5%
R=55.5%
G=26%
B=18.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111523700.530.670.5612.165029.02
Hex6F34250354338c321d
Octal157644506510370146235
Binary110111111010010010101101011000011111000110011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,52,37); }

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

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

 a { background-color: rgb(111,52,37); }

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

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

 span { border-color: rgb(111,52,37); }

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