#672D26

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

Shades of Pueblo #672D26

Tints of Pueblo #672D26

Color information

#672D26 (or 0x672D26) is unknown color: approx Pueblo. HEX triplet: 67, 2D and 26. RGB value is (103,45,38). Sum of RGB (Red+Green+Blue) = 103+45+38=186 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.38% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 103 - color contains mainly: red. Hex color #672D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672D26 is #98D2D9. Grayscale: #3D3D3D. Windows color (decimal): -10015450 or 2501991. OLE color: 2501991.

HSL color Cylindrical-coordinate representation of color #672D26: hue angle of 6.46º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #672D26 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB1034538-
CMYK00.560.630.60
HSL6.46º46.1%27.65%-
HSV(B)6.46º63.11%40.39%-
XYZ6.884.92.42-
YUV61.54114.72157.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.38%
GREEN value IS 45 (17.97% from 255) = 24.19%
BLUE value IS 38 (15.23% from 255) = 20.43%
R=55.38%
G=24.19%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103453800.560.630.606.4646.127.65
Hex672D260383F3C62e1c
Octal1475546070777465634
Binary1100111101101100110011100011111111110011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,45,38); }

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

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

 a { background-color: rgb(103,45,38); }

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

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

 span { border-color: rgb(103,45,38); }

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