#683228

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

Shades of Pueblo #683228

Tints of Pueblo #683228

Color information

#683228 (or 0x683228) is unknown color: approx Pueblo. HEX triplet: 68, 32 and 28. RGB value is (104,50,40). Sum of RGB (Red+Green+Blue) = 104+50+40=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #683228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683228 is #97CDD7. Grayscale: #414141. Windows color (decimal): -9948632 or 2634344. OLE color: 2634344.

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

Color convert

RGB1045040-
CMYK00.520.620.59
HSL9.38º44.44%28.24%-
HSV(B)9.38º61.54%40.78%-
XYZ7.235.382.66-
YUV65.01113.89155.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.61%
GREEN value IS 50 (19.92% from 255) = 25.77%
BLUE value IS 40 (16.02% from 255) = 20.62%
R=53.61%
G=25.77%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104504000.520.620.599.3844.4428.24
Hex6832280343E3B92c1c
Octal15062500647673115434
Binary11010001100101010000110100111110111011100110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683228; }

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

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

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

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

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

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

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

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