#692A17

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

Shades of Pueblo #692A17

Tints of Pueblo #692A17

Color information

#692A17 (or 0x692A17) is unknown color: approx Pueblo. HEX triplet: 69, 2A and 17. RGB value is (105,42,23). Sum of RGB (Red+Green+Blue) = 105+42+23=170 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.76% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 105 - color contains mainly: red. Hex color #692A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692A17 is #96D5E8. Grayscale: #3A3A3A. Windows color (decimal): -9885161 or 1518185. OLE color: 1518185.

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

Color convert

RGB1054223-
CMYK00.60.780.59
HSL13.9º64.06%25.1%-
HSV(B)13.9º78.1%41.18%-
XYZ6.814.721.36-
YUV58.67107.87161.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.76%
GREEN value IS 42 (16.80% from 255) = 24.71%
BLUE value IS 23 (9.38% from 255) = 13.53%
R=61.76%
G=24.71%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105422300.60.780.5913.964.0625.1
Hex692A1703C4E3Be4019
Octal1515227074116731610031
Binary110100110101010111011110010011101110111110100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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