#683028

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

Shades of Pueblo #683028

Tints of Pueblo #683028

Color information

#683028 (or 0x683028) is unknown color: approx Pueblo. HEX triplet: 68, 30 and 28. RGB value is (104,48,40). Sum of RGB (Red+Green+Blue) = 104+48+40=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #683028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683028 is #97CFD7. Grayscale: #3F3F3F. Windows color (decimal): -9949144 or 2633832. OLE color: 2633832.

HSL color Cylindrical-coordinate representation of color #683028: hue angle of 7.5º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #683028 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1044840-
CMYK00.540.620.59
HSL7.5º44.44%28.24%-
HSV(B)7.5º61.54%40.78%-
XYZ7.155.212.64-
YUV63.83114.55156.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.17%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 40 (16.02% from 255) = 20.83%
R=54.17%
G=25%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104484000.540.620.597.544.4428.24
Hex6830280363E3B82c1c
Octal15060500667673105434
Binary11010001100001010000110110111110111011100010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683028; }

 p { color: rgb(104,48,40); }

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

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

 a { background-color: rgb(104,48,40); }

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

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

 span { border-color: rgb(104,48,40); }

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