#672c1d

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

Shades of Pueblo #672C1D

Tints of Pueblo #672C1D

Color information

#672C1D (or 0x672C1D) is unknown color: approx Pueblo. HEX triplet: 67, 2C and 1D. RGB value is (103,44,29). Sum of RGB (Red+Green+Blue) = 103+44+29=176 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.52% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 103 - color contains mainly: red. Hex color #672C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672C1D is #98D3E2. Grayscale: #3C3C3C. Windows color (decimal): -10015715 or 1911911. OLE color: 1911911.

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

Color convert

RGB1034429-
CMYK00.570.720.60
HSL12.16º56.06%25.88%-
HSV(B)12.16º71.84%40.39%-
XYZ6.724.771.73-
YUV59.93110.55158.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 58.52%
GREEN value IS 44 (17.58% from 255) = 25%
BLUE value IS 29 (11.72% from 255) = 16.48%
R=58.52%
G=25%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103442900.570.720.6012.1656.0625.88
Hex672C1D039483Cc381a
Octal147543507111074147032
Binary11001111011001110101110011001000111100110011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672c1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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