#682821

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

Shades of Pueblo #682821

Tints of Pueblo #682821

Color information

#682821 (or 0x682821) is unknown color: approx Pueblo. HEX triplet: 68, 28 and 21. RGB value is (104,40,33). Sum of RGB (Red+Green+Blue) = 104+40+33=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #682821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682821 is #97D7DE. Grayscale: #3A3A3A. Windows color (decimal): -9951199 or 2173032. OLE color: 2173032.

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

Color convert

RGB1044033-
CMYK00.620.680.59
HSL5.92º51.82%26.86%-
HSV(B)5.92º68.27%40.78%-
XYZ6.744.571.97-
YUV58.34113.7160.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.76%
GREEN value IS 40 (16.02% from 255) = 22.60%
BLUE value IS 33 (13.28% from 255) = 18.64%
R=58.76%
G=22.60%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104403300.620.680.595.9251.8226.86
Hex68282103E443B6341b
Octal15050410761047366433
Binary11010001010001000010111110100010011101111011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682821; }

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

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

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

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

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

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

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

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