#683024

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

Shades of Pueblo #683024

Tints of Pueblo #683024

Color information

#683024 (or 0x683024) is unknown color: approx Pueblo. HEX triplet: 68, 30 and 24. RGB value is (104,48,36). Sum of RGB (Red+Green+Blue) = 104+48+36=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #683024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683024 is #97CFDB. Grayscale: #3F3F3F. Windows color (decimal): -9949148 or 2371688. OLE color: 2371688.

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

Color convert

RGB1044836-
CMYK00.540.650.59
HSL10.59º48.57%27.45%-
HSV(B)10.59º65.38%40.78%-
XYZ7.085.182.3-
YUV63.38112.55156.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 48 (19.14% from 255) = 25.53%
BLUE value IS 36 (14.45% from 255) = 19.15%
R=55.32%
G=25.53%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104483600.540.650.5910.5948.5727.45
Hex683024036413Bb311b
Octal150604406610173136133
Binary110100011000010010001101101000001111011101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683024; }

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

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

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

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

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

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

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

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