#682E2E

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

Shades of Persian Plum #682E2E

Tints of Persian Plum #682E2E

Color information

#682E2E (or 0x682E2E) is unknown color: approx Persian Plum. HEX triplet: 68, 2E and 2E. RGB value is (104,46,46). Sum of RGB (Red+Green+Blue) = 104+46+46=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #682E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682E2E is #97D1D1. Grayscale: #3F3F3F. Windows color (decimal): -9949650 or 3026536. OLE color: 3026536.

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

Color convert

RGB1044646-
CMYK00.560.560.59
HSL38.67%29.41%-
HSV(B)55.77%40.78%-
XYZ7.185.093.19-
YUV63.34118.22157-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.06%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 46 (18.36% from 255) = 23.47%
R=53.06%
G=23.47%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104464600.560.560.59038.6729.41
Hex682E2E038383B0271d
Octal1505656070707304735
Binary11010001011101011100111000111000111011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,46,46); }

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

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

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

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

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

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

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