#672A19

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

Shades of Pueblo #672A19

Tints of Pueblo #672A19

Color information

#672A19 (or 0x672A19) is unknown color: approx Pueblo. HEX triplet: 67, 2A and 19. RGB value is (103,42,25). Sum of RGB (Red+Green+Blue) = 103+42+25=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #672A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672A19 is #98D5E6. Grayscale: #3A3A3A. Windows color (decimal): -10016231 or 1649255. OLE color: 1649255.

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

Color convert

RGB1034225-
CMYK00.590.760.60
HSL13.08º60.94%25.1%-
HSV(B)13.08º75.73%40.39%-
XYZ6.64.611.46-
YUV58.3109.21159.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 60.59%
GREEN value IS 42 (16.80% from 255) = 24.71%
BLUE value IS 25 (10.16% from 255) = 14.71%
R=60.59%
G=24.71%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103422500.590.760.6013.0860.9425.1
Hex672A1903B4C3Cd3d19
Octal147523107311474157531
Binary11001111010101100101110111001100111100110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,42,25); }

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

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

 a { background-color: rgb(103,42,25); }

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

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

 span { border-color: rgb(103,42,25); }

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