#693025

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

Shades of Pueblo #693025

Tints of Pueblo #693025

Color information

#693025 (or 0x693025) is unknown color: approx Pueblo. HEX triplet: 69, 30 and 25. RGB value is (105,48,37). Sum of RGB (Red+Green+Blue) = 105+48+37=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #693025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693025 is #96CFDA. Grayscale: #3F3F3F. Windows color (decimal): -9883611 or 2437225. OLE color: 2437225.

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

Color convert

RGB1054837-
CMYK00.540.650.59
HSL9.71º47.89%27.84%-
HSV(B)9.71º64.76%41.18%-
XYZ7.225.252.38-
YUV63.79112.88157.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.26%
GREEN value IS 48 (19.14% from 255) = 25.26%
BLUE value IS 37 (14.84% from 255) = 19.47%
R=55.26%
G=25.26%
B=19.47%

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
Decimal105483700.540.650.599.7147.8927.84
Hex693025036413Ba301c
Octal151604506610173126034
Binary110100111000010010101101101000001111011101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693025; }

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

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

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

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

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

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

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

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