#693028

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

Shades of Pueblo #693028

Tints of Pueblo #693028

Color information

#693028 (or 0x693028) is unknown color: approx Pueblo. HEX triplet: 69, 30 and 28. RGB value is (105,48,40). Sum of RGB (Red+Green+Blue) = 105+48+40=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #693028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693028 is #96CFD7. Grayscale: #404040. Windows color (decimal): -9883608 or 2633833. OLE color: 2633833.

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

Color convert

RGB1054840-
CMYK00.540.620.59
HSL7.38º44.83%28.43%-
HSV(B)7.38º61.9%41.18%-
XYZ7.275.272.64-
YUV64.13114.38157.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.40%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 40 (16.02% from 255) = 20.73%
R=54.40%
G=24.87%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105484000.540.620.597.3844.8328.43
Hex6930280363E3B72d1c
Octal1516050066767375534
Binary1101001110000101000011011011111011101111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693028; }

 p { color: rgb(105,48,40); }

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

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

 a { background-color: rgb(105,48,40); }

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

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

 span { border-color: rgb(105,48,40); }

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