#692915

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

Shades of Pueblo #692915

Tints of Pueblo #692915

Color information

#692915 (or 0x692915) is unknown color: approx Pueblo. HEX triplet: 69, 29 and 15. RGB value is (105,41,21). Sum of RGB (Red+Green+Blue) = 105+41+21=167 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.87% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 105 - color contains mainly: red. Hex color #692915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692915 is #96D6EA. Grayscale: #3A3A3A. Windows color (decimal): -9885419 or 1386857. OLE color: 1386857.

HSL color Cylindrical-coordinate representation of color #692915: hue angle of 14.29º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #692915 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1054121-
CMYK00.610.800.59
HSL14.29º66.67%24.71%-
HSV(B)14.29º80%41.18%-
XYZ6.754.641.25-
YUV57.86107.2161.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 62.87%
GREEN value IS 41 (16.41% from 255) = 24.55%
BLUE value IS 21 (8.59% from 255) = 12.57%
R=62.87%
G=24.55%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105412100.610.800.5914.2966.6724.71
Hex69291503D503Be4319
Octal1515125075120731610331
Binary110100110100110101011110110100001110111110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692915; }

 p { color: rgb(105,41,21); }

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

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

 a { background-color: rgb(105,41,21); }

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

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

 span { border-color: rgb(105,41,21); }

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