#682919

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

Shades of Pueblo #682919

Tints of Pueblo #682919

Color information

#682919 (or 0x682919) is unknown color: approx Pueblo. HEX triplet: 68, 29 and 19. RGB value is (104,41,25). Sum of RGB (Red+Green+Blue) = 104+41+25=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #682919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682919 is #97D6E6. Grayscale: #3A3A3A. Windows color (decimal): -9950951 or 1649000. OLE color: 1649000.

HSL color Cylindrical-coordinate representation of color #682919: hue angle of 12.15º degrees, saturation: 0.61, 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 #682919 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB1044125-
CMYK00.610.760.59
HSL12.15º61.24%25.29%-
HSV(B)12.15º75.96%40.78%-
XYZ6.684.61.46-
YUV58.01109.37160.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.18%
GREEN value IS 41 (16.41% from 255) = 24.12%
BLUE value IS 25 (10.16% from 255) = 14.71%
R=61.18%
G=24.12%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104412500.610.760.5912.1561.2425.29
Hex68291903D4C3Bc3d19
Octal150513107511473147531
Binary11010001010011100101111011001100111011110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682919; }

 p { color: rgb(104,41,25); }

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

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

 a { background-color: rgb(104,41,25); }

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

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

 span { border-color: rgb(104,41,25); }

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