#692E21

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

Shades of Pueblo #692E21

Tints of Pueblo #692E21

Color information

#692E21 (or 0x692E21) is unknown color: approx Pueblo. HEX triplet: 69, 2E and 21. RGB value is (105,46,33). Sum of RGB (Red+Green+Blue) = 105+46+33=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #692E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692E21 is #96D1DE. Grayscale: #3E3E3E. Windows color (decimal): -9884127 or 2174569. OLE color: 2174569.

HSL color Cylindrical-coordinate representation of color #692E21: hue angle of 10.83º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #692E21 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB1054633-
CMYK00.560.690.59
HSL10.83º52.17%27.06%-
HSV(B)10.83º68.57%41.18%-
XYZ7.085.072.04-
YUV62.16111.55158.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.07%
GREEN value IS 46 (18.36% from 255) = 25%
BLUE value IS 33 (13.28% from 255) = 17.93%
R=57.07%
G=25%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105463300.560.690.5910.8352.1727.06
Hex692E21038453Bb341b
Octal151564107010573136433
Binary110100110111010000101110001000101111011101111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692E21; }

 p { color: rgb(105,46,33); }

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

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

 a { background-color: rgb(105,46,33); }

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

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

 span { border-color: rgb(105,46,33); }

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