#683A1A

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

Shades of Peru Tan #683A1A

Tints of Peru Tan #683A1A

Color information

#683A1A (or 0x683A1A) is unknown color: approx Peru Tan. HEX triplet: 68, 3A and 1A. RGB value is (104,58,26). Sum of RGB (Red+Green+Blue) = 104+58+26=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #683A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683A1A is #97C5E5. Grayscale: #444444. Windows color (decimal): -9946598 or 1718888. OLE color: 1718888.

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

Color convert

RGB1045826-
CMYK00.440.750.59
HSL24.62º60%25.49%-
HSV(B)24.62º75%40.78%-
XYZ7.416.041.75-
YUV68.11104.24153.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 58 (23.05% from 255) = 30.85%
BLUE value IS 26 (10.55% from 255) = 13.83%
R=55.32%
G=30.85%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104582600.440.750.5924.626025.49
Hex683A1A02C4B3B193c19
Octal150723205411373317431
Binary110100011101011010010110010010111110111100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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