#673026

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

Shades of Pueblo #673026

Tints of Pueblo #673026

Color information

#673026 (or 0x673026) is unknown color: approx Pueblo. HEX triplet: 67, 30 and 26. RGB value is (103,48,38). Sum of RGB (Red+Green+Blue) = 103+48+38=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #673026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673026 is #98CFD9. Grayscale: #3F3F3F. Windows color (decimal): -10014682 or 2502759. OLE color: 2502759.

HSL color Cylindrical-coordinate representation of color #673026: hue angle of 9.23º 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 #673026 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB1034838-
CMYK00.530.630.60
HSL9.23º46.1%27.65%-
HSV(B)9.23º63.11%40.39%-
XYZ75.142.46-
YUV63.3113.72156.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 54.50%
GREEN value IS 48 (19.14% from 255) = 25.40%
BLUE value IS 38 (15.23% from 255) = 20.11%
R=54.50%
G=25.40%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103483800.530.630.609.2346.127.65
Hex6730260353F3C92e1c
Octal14760460657774115634
Binary11001111100001001100110101111111111100100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673026; }

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

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

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

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

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

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

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

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