#692C17

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

Shades of Pueblo #692C17

Tints of Pueblo #692C17

Color information

#692C17 (or 0x692C17) is unknown color: approx Pueblo. HEX triplet: 69, 2C and 17. RGB value is (105,44,23). Sum of RGB (Red+Green+Blue) = 105+44+23=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #692C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692C17 is #96D3E8. Grayscale: #3B3B3B. Windows color (decimal): -9884649 or 1518697. OLE color: 1518697.

HSL color Cylindrical-coordinate representation of color #692C17: hue angle of 15.37º 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 #692C17 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.59.

Color convert

RGB1054423-
CMYK00.580.780.59
HSL15.37º64.06%25.1%-
HSV(B)15.37º78.1%41.18%-
XYZ6.884.871.39-
YUV59.84107.21160.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.05%
GREEN value IS 44 (17.58% from 255) = 25.58%
BLUE value IS 23 (9.38% from 255) = 13.37%
R=61.05%
G=25.58%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105442300.580.780.5915.3764.0625.1
Hex692C1703A4E3Bf4019
Octal1515427072116731710031
Binary110100110110010111011101010011101110111111100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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