#682B19

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

Shades of Pueblo #682B19

Tints of Pueblo #682B19

Color information

#682B19 (or 0x682B19) is unknown color: approx Pueblo. HEX triplet: 68, 2B and 19. RGB value is (104,43,25). Sum of RGB (Red+Green+Blue) = 104+43+25=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #682B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682B19 is #97D4E6. Grayscale: #3B3B3B. Windows color (decimal): -9950439 or 1649512. OLE color: 1649512.

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

Color convert

RGB1044325-
CMYK00.590.760.59
HSL13.67º61.24%25.29%-
HSV(B)13.67º75.96%40.78%-
XYZ6.754.741.48-
YUV59.19108.71159.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.47%
GREEN value IS 43 (17.19% from 255) = 25%
BLUE value IS 25 (10.16% from 255) = 14.53%
R=60.47%
G=25%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104432500.590.760.5913.6761.2425.29
Hex682B1903B4C3Be3d19
Octal150533107311473167531
Binary11010001010111100101110111001100111011111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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