#683121

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

Shades of Pueblo #683121

Tints of Pueblo #683121

Color information

#683121 (or 0x683121) is unknown color: approx Pueblo. HEX triplet: 68, 31 and 21. RGB value is (104,49,33). Sum of RGB (Red+Green+Blue) = 104+49+33=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #683121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683121 is #97CEDE. Grayscale: #3F3F3F. Windows color (decimal): -9948895 or 2175336. OLE color: 2175336.

HSL color Cylindrical-coordinate representation of color #683121: hue angle of 13.52º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #683121 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB1044933-
CMYK00.530.680.59
HSL13.52º51.82%26.86%-
HSV(B)13.52º68.27%40.78%-
XYZ7.085.252.08-
YUV63.62110.72156.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.91%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 33 (13.28% from 255) = 17.74%
R=55.91%
G=26.34%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104493300.530.680.5913.5251.8226.86
Hex683121035443Be341b
Octal150614106510473166433
Binary110100011000110000101101011000100111011111011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683121; }

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

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

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

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

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

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

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

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