#672C19

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

Shades of Pueblo #672C19

Tints of Pueblo #672C19

Color information

#672C19 (or 0x672C19) is unknown color: approx Pueblo. HEX triplet: 67, 2C and 19. RGB value is (103,44,25). Sum of RGB (Red+Green+Blue) = 103+44+25=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #672C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672C19 is #98D3E6. Grayscale: #3B3B3B. Windows color (decimal): -10015719 or 1649767. OLE color: 1649767.

HSL color Cylindrical-coordinate representation of color #672C19: hue angle of 14.62º 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 #672C19 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB1034425-
CMYK00.570.760.60
HSL14.62º60.94%25.1%-
HSV(B)14.62º75.73%40.39%-
XYZ6.674.761.49-
YUV59.48108.55159.04-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.88%
GREEN value IS 44 (17.58% from 255) = 25.58%
BLUE value IS 25 (10.16% from 255) = 14.53%
R=59.88%
G=25.58%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103442500.570.760.6014.6260.9425.1
Hex672C190394C3Cf3d19
Octal147543107111474177531
Binary11001111011001100101110011001100111100111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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