#693124

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

Shades of Pueblo #693124

Tints of Pueblo #693124

Color information

#693124 (or 0x693124) is unknown color: approx Pueblo. HEX triplet: 69, 31 and 24. RGB value is (105,49,36). Sum of RGB (Red+Green+Blue) = 105+49+36=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #693124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693124 is #96CEDB. Grayscale: #404040. Windows color (decimal): -9883356 or 2371945. OLE color: 2371945.

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

Color convert

RGB1054936-
CMYK00.530.660.59
HSL11.3º48.94%27.65%-
HSV(B)11.3º65.71%41.18%-
XYZ7.245.332.32-
YUV64.26112.05157.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.26%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 36 (14.45% from 255) = 18.95%
R=55.26%
G=25.79%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105493600.530.660.5911.348.9427.65
Hex693124035423Bb311c
Octal151614406510273136134
Binary110100111000110010001101011000010111011101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693124; }

 p { color: rgb(105,49,36); }

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

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

 a { background-color: rgb(105,49,36); }

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

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

 span { border-color: rgb(105,49,36); }

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