#682B1A

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

Shades of Pueblo #682B1A

Tints of Pueblo #682B1A

Color information

#682B1A (or 0x682B1A) is unknown color: approx Pueblo. HEX triplet: 68, 2B and 1A. RGB value is (104,43,26). Sum of RGB (Red+Green+Blue) = 104+43+26=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #682B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B1A is #97D4E5. Grayscale: #3B3B3B. Windows color (decimal): -9950438 or 1715048. OLE color: 1715048.

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

Color convert

RGB1044326-
CMYK00.590.750.59
HSL13.08º60%25.49%-
HSV(B)13.08º75%40.78%-
XYZ6.764.751.54-
YUV59.3109.21159.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.12%
GREEN value IS 43 (17.19% from 255) = 24.86%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=60.12%
G=24.86%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104432600.590.750.5913.086025.49
Hex682B1A03B4B3Bd3c19
Octal150533207311373157431
Binary11010001010111101001110111001011111011110111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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