#693327

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

Shades of Pueblo #693327

Tints of Pueblo #693327

Color information

#693327 (or 0x693327) is unknown color: approx Pueblo. HEX triplet: 69, 33 and 27. RGB value is (105,51,39). Sum of RGB (Red+Green+Blue) = 105+51+39=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #693327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693327 is #96CCD8. Grayscale: #414141. Windows color (decimal): -9882841 or 2569065. OLE color: 2569065.

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

Color convert

RGB1055139-
CMYK00.510.630.59
HSL10.91º45.83%28.24%-
HSV(B)10.91º62.86%41.18%-
XYZ7.385.522.6-
YUV65.78112.89155.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.85%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 39 (15.62% from 255) = 20%
R=53.85%
G=26.15%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105513900.510.630.5910.9145.8328.24
Hex6933270333F3Bb2e1c
Octal15163470637773135634
Binary11010011100111001110110011111111111011101110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693327; }

 p { color: rgb(105,51,39); }

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

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

 a { background-color: rgb(105,51,39); }

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

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

 span { border-color: rgb(105,51,39); }

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