#683222

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

Shades of Pueblo #683222

Tints of Pueblo #683222

Color information

#683222 (or 0x683222) is unknown color: approx Pueblo. HEX triplet: 68, 32 and 22. RGB value is (104,50,34). Sum of RGB (Red+Green+Blue) = 104+50+34=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #683222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683222 is #97CDDD. Grayscale: #404040. Windows color (decimal): -9948638 or 2241128. OLE color: 2241128.

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

Color convert

RGB1045034-
CMYK00.520.670.59
HSL13.71º50.72%27.06%-
HSV(B)13.71º67.31%40.78%-
XYZ7.145.342.17-
YUV64.32110.89156.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 50 (19.92% from 255) = 26.60%
BLUE value IS 34 (13.67% from 255) = 18.09%
R=55.32%
G=26.60%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104503400.520.670.5913.7150.7227.06
Hex683222034433Be331b
Octal150624206410373166333
Binary110100011001010001001101001000011111011111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683222; }

 p { color: rgb(104,50,34); }

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

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

 a { background-color: rgb(104,50,34); }

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

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

 span { border-color: rgb(104,50,34); }

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