#682D19

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

Shades of Pueblo #682D19

Tints of Pueblo #682D19

Color information

#682D19 (or 0x682D19) is unknown color: approx Pueblo. HEX triplet: 68, 2D and 19. RGB value is (104,45,25). Sum of RGB (Red+Green+Blue) = 104+45+25=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #682D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682D19 is #97D2E6. Grayscale: #3C3C3C. Windows color (decimal): -9949927 or 1650024. OLE color: 1650024.

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

Color convert

RGB1044525-
CMYK00.570.760.59
HSL15.19º61.24%25.29%-
HSV(B)15.19º75.96%40.78%-
XYZ6.824.891.5-
YUV60.36108.05159.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.77%
GREEN value IS 45 (17.97% from 255) = 25.86%
BLUE value IS 25 (10.16% from 255) = 14.37%
R=59.77%
G=25.86%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104452500.570.760.5915.1961.2425.29
Hex682D190394C3Bf3d19
Octal150553107111473177531
Binary11010001011011100101110011001100111011111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682D19; }

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

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

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

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

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

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

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

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