Html Css Color HEX #613633 Persian Plum

📋 copy color: '#613633'

red 97 ◦ green 54 ◦ blue 51

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

Shades of Persian Plum #613633

Tints of Persian Plum #613633

RGB

 RED value IS 97 (38.28% from 255) = 48.02%

 GREEN value IS 54 (21.48% from 255) = 26.73%

 BLUE value IS 51 (20.31% from 255) = 25.25%

R = 48.02%
G = 26.73%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#613633 (or 0x613633) is known color: Persian Plum. HEX triplet: 61, 36 and 33. RGB value is (97,54,51). Sum of RGB (Red+Green+Blue) = 97+54+51=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #613633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613633 is #9EC9CC. Grayscale: #424242. Windows color (decimal): -10406349 or 3356257. OLE color: 3356257.

HSL color Cylindrical-coordinate representation of color #613633: hue angle of 3.91º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #613633 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 54 51 -
CMYK 0 0.44 0.47 0.62
HSL 3.91º 0.31% 0.29% -
HSV(B) 3.91º 0.47% 0.38% -
XYZ 6.85 5.42 3.82 -
YUV 66.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 97 54 51 0 0.44 0.47 0.62 3.91 0.31 0.29
Hex 61 36 33 0 2C 2F 3E 4 1F 1D
Octal 141 66 63 0 54 57 76 4 37 35
Binary 1100001 110110 110011 0 101100 101111 111110 100 11111 11101

Color Harmonies of #613633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613633

Black with #613633

Text Example


Text Example

White with #613633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613633; }

 p { color: rgb(97,54,51); }

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

background-color css

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

 a { background-color: rgb(97,54,51); }

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

border-color css

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

 span { border-color: rgb(97,54,51); }

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