#693325

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

Shades of Pueblo #693325

Tints of Pueblo #693325

Color information

#693325 (or 0x693325) is unknown color: approx Pueblo. HEX triplet: 69, 33 and 25. RGB value is (105,51,37). Sum of RGB (Red+Green+Blue) = 105+51+37=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #693325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693325 is #96CCDA. Grayscale: #414141. Windows color (decimal): -9882843 or 2437993. OLE color: 2437993.

HSL color Cylindrical-coordinate representation of color #693325: hue angle of 12.35º 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 #693325 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB1055137-
CMYK00.510.650.59
HSL12.35º47.89%27.84%-
HSV(B)12.35º64.76%41.18%-
XYZ7.345.52.43-
YUV65.55111.89156.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.40%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 37 (14.84% from 255) = 19.17%
R=54.40%
G=26.42%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105513700.510.650.5912.3547.8927.84
Hex693325033413Bc301c
Octal151634506310173146034
Binary110100111001110010101100111000001111011110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693325; }

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

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

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

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

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

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

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

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