#682A1A

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

Shades of Pueblo #682A1A

Tints of Pueblo #682A1A

Color information

#682A1A (or 0x682A1A) is unknown color: approx Pueblo. HEX triplet: 68, 2A and 1A. RGB value is (104,42,26). Sum of RGB (Red+Green+Blue) = 104+42+26=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #682A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682A1A is #97D5E5. Grayscale: #3A3A3A. Windows color (decimal): -9950694 or 1714792. OLE color: 1714792.

HSL color Cylindrical-coordinate representation of color #682A1A: hue angle of 12.31º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #682A1A is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB1044226-
CMYK00.600.750.59
HSL12.31º60%25.49%-
HSV(B)12.31º75%40.78%-
XYZ6.724.671.53-
YUV58.71109.54160.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.47%
GREEN value IS 42 (16.80% from 255) = 24.42%
BLUE value IS 26 (10.55% from 255) = 15.12%
R=60.47%
G=24.42%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104422600.600.750.5912.316025.49
Hex682A1A03C4B3Bc3c19
Octal150523207411373147431
Binary11010001010101101001111001001011111011110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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