#672B18

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

Shades of Pueblo #672B18

Tints of Pueblo #672B18

Color information

#672B18 (or 0x672B18) is unknown color: approx Pueblo. HEX triplet: 67, 2B and 18. RGB value is (103,43,24). Sum of RGB (Red+Green+Blue) = 103+43+24=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #672B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672B18 is #98D4E7. Grayscale: #3A3A3A. Windows color (decimal): -10015976 or 1583975. OLE color: 1583975.

HSL color Cylindrical-coordinate representation of color #672B18: hue angle of 14.43º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #672B18 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB1034324-
CMYK00.580.770.60
HSL14.43º62.2%24.9%-
HSV(B)14.43º76.7%40.39%-
XYZ6.624.681.42-
YUV58.77108.38159.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 60.59%
GREEN value IS 43 (17.19% from 255) = 25.29%
BLUE value IS 24 (9.77% from 255) = 14.12%
R=60.59%
G=25.29%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103432400.580.770.6014.4362.224.9
Hex672B1803A4D3Ce3e19
Octal147533007211574167631
Binary11001111010111100001110101001101111100111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672B18; }

 p { color: rgb(103,43,24); }

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

<style>
 a { background-color: #672B18; }

 a { background-color: rgb(103,43,24); }

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

<style>
 span { border-color: #672B18; }

 span { border-color: rgb(103,43,24); }

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