#692A19

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

Shades of Pueblo #692A19

Tints of Pueblo #692A19

Color information

#692A19 (or 0x692A19) is unknown color: approx Pueblo. HEX triplet: 69, 2A and 19. RGB value is (105,42,25). Sum of RGB (Red+Green+Blue) = 105+42+25=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #692A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692A19 is #96D5E6. Grayscale: #3B3B3B. Windows color (decimal): -9885159 or 1649257. OLE color: 1649257.

HSL color Cylindrical-coordinate representation of color #692A19: hue angle of 12.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #692A19 is Cyan = 0, Magento = 0.6, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB1054225-
CMYK00.60.760.59
HSL12.75º61.54%25.49%-
HSV(B)12.75º76.19%41.18%-
XYZ6.834.731.47-
YUV58.9108.87160.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.05%
GREEN value IS 42 (16.80% from 255) = 24.42%
BLUE value IS 25 (10.16% from 255) = 14.53%
R=61.05%
G=24.42%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105422500.60.760.5912.7561.5425.49
Hex692A1903C4C3Bd3e19
Octal151523107411473157631
Binary11010011010101100101111001001100111011110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,42,25); }

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

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

 a { background-color: rgb(105,42,25); }

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

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

 span { border-color: rgb(105,42,25); }

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