#682A1E

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

Shades of Pueblo #682A1E

Tints of Pueblo #682A1E

Color information

#682A1E (or 0x682A1E) is unknown color: approx Pueblo. HEX triplet: 68, 2A and 1E. RGB value is (104,42,30). Sum of RGB (Red+Green+Blue) = 104+42+30=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #682A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682A1E is #97D5E1. Grayscale: #3B3B3B. Windows color (decimal): -9950690 or 1976936. OLE color: 1976936.

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

Color convert

RGB1044230-
CMYK00.600.710.59
HSL9.73º55.22%26.27%-
HSV(B)9.73º71.15%40.78%-
XYZ6.774.691.78-
YUV59.17111.54159.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.09%
GREEN value IS 42 (16.80% from 255) = 23.86%
BLUE value IS 30 (12.11% from 255) = 17.05%
R=59.09%
G=23.86%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104423000.600.710.599.7355.2226.27
Hex682A1E03C473Ba371a
Octal150523607410773126732
Binary11010001010101111001111001000111111011101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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