Html Css Color HEX #622E2E Persian Plum

📋 copy color: '#622E2E'

red 98 ◦ green 46 ◦ blue 46

#622E2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Plum #622E2E

Tints of Persian Plum #622E2E

RGB

 RED value IS 98 (38.67% from 255) = 51.58%

 GREEN value IS 46 (18.36% from 255) = 24.21%

 BLUE value IS 46 (18.36% from 255) = 24.21%

R = 51.58%
G = 24.21%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#622E2E (or 0x622E2E) is known color: Persian Plum. HEX triplet: 62, 2E and 2E. RGB value is (98,46,46). Sum of RGB (Red+Green+Blue) = 98+46+46=190 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.58% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 98 - color contains mainly: red. Hex color #622E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622E2E is #9DD1D1. Grayscale: #3D3D3D. Windows color (decimal): -10342866 or 3026530. OLE color: 3026530.

HSL color Cylindrical-coordinate representation of color #622E2E: hue angle of 0º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #622E2E is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 46 46 -
CMYK 0 0.53 0.53 0.62
HSL 0.36% 0.28% -
HSV(B) 0.53% 0.38% -
XYZ 6.51 4.75 3.16 -
YUV 61.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 98 46 46 0 0.53 0.53 0.62 0 0.36 0.28
Hex 62 2E 2E 0 35 35 3E 0 24 1C
Octal 142 56 56 0 65 65 76 0 44 34
Binary 1100010 101110 101110 0 110101 110101 111110 0 100100 11100

Color Harmonies of #622E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622E2E

Black with #622E2E

Text Example


Text Example

White with #622E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #622E2E;
 }
 .AnyTagClassName
 {
   color: #622E2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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