#683128

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

Shades of Pueblo #683128

Tints of Pueblo #683128

Color information

#683128 (or 0x683128) is unknown color: approx Pueblo. HEX triplet: 68, 31 and 28. RGB value is (104,49,40). Sum of RGB (Red+Green+Blue) = 104+49+40=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #683128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683128 is #97CED7. Grayscale: #404040. Windows color (decimal): -9948888 or 2634088. OLE color: 2634088.

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

Color convert

RGB1044940-
CMYK00.530.620.59
HSL8.44º44.44%28.24%-
HSV(B)8.44º61.54%40.78%-
XYZ7.195.292.65-
YUV64.42114.22156.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.89%
GREEN value IS 49 (19.53% from 255) = 25.39%
BLUE value IS 40 (16.02% from 255) = 20.73%
R=53.89%
G=25.39%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104494000.530.620.598.4444.4428.24
Hex6831280353E3B82c1c
Octal15061500657673105434
Binary11010001100011010000110101111110111011100010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683128; }

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

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

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

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

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

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

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

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