#693326

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

Shades of Pueblo #693326

Tints of Pueblo #693326

Color information

#693326 (or 0x693326) is unknown color: approx Pueblo. HEX triplet: 69, 33 and 26. RGB value is (105,51,38). Sum of RGB (Red+Green+Blue) = 105+51+38=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #693326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693326 is #96CCD9. Grayscale: #414141. Windows color (decimal): -9882842 or 2503529. OLE color: 2503529.

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

Color convert

RGB1055138-
CMYK00.510.640.59
HSL11.64º46.85%28.04%-
HSV(B)11.64º63.81%41.18%-
XYZ7.365.512.51-
YUV65.66112.39156.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.12%
GREEN value IS 51 (20.31% from 255) = 26.29%
BLUE value IS 38 (15.23% from 255) = 19.59%
R=54.12%
G=26.29%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105513800.510.640.5911.6446.8528.04
Hex693326033403Bc2f1c
Octal151634606310073145734
Binary110100111001110011001100111000000111011110010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693326; }

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

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

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

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

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

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

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

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