#682D1E

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

Shades of Pueblo #682D1E

Tints of Pueblo #682D1E

Color information

#682D1E (or 0x682D1E) is unknown color: approx Pueblo. HEX triplet: 68, 2D and 1E. RGB value is (104,45,30). Sum of RGB (Red+Green+Blue) = 104+45+30=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #682D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682D1E is #97D2E1. Grayscale: #3D3D3D. Windows color (decimal): -9949922 or 1977704. OLE color: 1977704.

HSL color Cylindrical-coordinate representation of color #682D1E: hue angle of 12.16º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #682D1E is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB1044530-
CMYK00.570.710.59
HSL12.16º55.22%26.27%-
HSV(B)12.16º71.15%40.78%-
XYZ6.884.911.81-
YUV60.93110.55158.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.10%
GREEN value IS 45 (17.97% from 255) = 25.14%
BLUE value IS 30 (12.11% from 255) = 16.76%
R=58.10%
G=25.14%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104453000.570.710.5912.1655.2226.27
Hex682D1E039473Bc371a
Octal150553607110773146732
Binary11010001011011111001110011000111111011110011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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