#693226

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

Shades of Pueblo #693226

Tints of Pueblo #693226

Color information

#693226 (or 0x693226) is unknown color: approx Pueblo. HEX triplet: 69, 32 and 26. RGB value is (105,50,38). Sum of RGB (Red+Green+Blue) = 105+50+38=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #693226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693226 is #96CDD9. Grayscale: #414141. Windows color (decimal): -9883098 or 2503273. OLE color: 2503273.

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

Color convert

RGB1055038-
CMYK00.520.640.59
HSL10.75º46.85%28.04%-
HSV(B)10.75º63.81%41.18%-
XYZ7.325.422.5-
YUV65.08112.72156.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.40%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=54.40%
G=25.91%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105503800.520.640.5910.7546.8528.04
Hex693226034403Bb2f1c
Octal151624606410073135734
Binary110100111001010011001101001000000111011101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693226; }

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

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

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

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

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

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

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

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