#692E2E

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

Shades of Persian Plum #692E2E

Tints of Persian Plum #692E2E

Color information

#692E2E (or 0x692E2E) is unknown color: approx Persian Plum. HEX triplet: 69, 2E and 2E. RGB value is (105,46,46). Sum of RGB (Red+Green+Blue) = 105+46+46=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #692E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692E2E is #96D1D1. Grayscale: #3F3F3F. Windows color (decimal): -9884114 or 3026537. OLE color: 3026537.

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

Color convert

RGB1054646-
CMYK00.560.560.59
HSL39.07%29.61%-
HSV(B)56.19%41.18%-
XYZ7.35.153.2-
YUV63.64118.05157.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.30%
GREEN value IS 46 (18.36% from 255) = 23.35%
BLUE value IS 46 (18.36% from 255) = 23.35%
R=53.30%
G=23.35%
B=23.35%

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
Decimal105464600.560.560.59039.0729.61
Hex692E2E038383B0271e
Octal1515656070707304736
Binary11010011011101011100111000111000111011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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