#683022

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

Shades of Pueblo #683022

Tints of Pueblo #683022

Color information

#683022 (or 0x683022) is unknown color: approx Pueblo. HEX triplet: 68, 30 and 22. RGB value is (104,48,34). Sum of RGB (Red+Green+Blue) = 104+48+34=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #683022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683022 is #97CFDD. Grayscale: #3F3F3F. Windows color (decimal): -9949150 or 2240616. OLE color: 2240616.

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

Color convert

RGB1044834-
CMYK00.540.670.59
HSL12º50.72%27.06%-
HSV(B)12º67.31%40.78%-
XYZ7.055.172.14-
YUV63.15111.55157.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.91%
GREEN value IS 48 (19.14% from 255) = 25.81%
BLUE value IS 34 (13.67% from 255) = 18.28%
R=55.91%
G=25.81%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104483400.540.670.591250.7227.06
Hex683022036433Bc331b
Octal150604206610373146333
Binary110100011000010001001101101000011111011110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683022; }

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

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

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

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

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

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

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

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