Html Css Color HEX #6A3533 Persian Plum

📋 copy color: '#6A3533'

red 106 ◦ green 53 ◦ blue 51

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

Shades of Persian Plum #6A3533

Tints of Persian Plum #6A3533

RGB

 RED value IS 106 (41.8% from 255) = 50.48%

 GREEN value IS 53 (21.09% from 255) = 25.24%

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

R = 50.48%
G = 25.24%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.52

 K value IS 0.58

RGB Variations

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

Color information

#6A3533 (or 0x6A3533) is known color: Persian Plum. HEX triplet: 6A, 35 and 33. RGB value is (106,53,51). Sum of RGB (Red+Green+Blue) = 106+53+51=210 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.48% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3533 is #95CACC. Grayscale: #444444. Windows color (decimal): -9816781 or 3356010. OLE color: 3356010.

HSL color Cylindrical-coordinate representation of color #6A3533: hue angle of 2.18º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A3533 is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 53 51 -
CMYK 0 0.5 0.52 0.58
HSL 2.18º 0.35% 0.31% -
HSV(B) 2.18º 0.52% 0.42% -
XYZ 7.81 5.85 3.85 -
YUV 68.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 106 53 51 0 0.5 0.52 0.58 2.18 0.35 0.31
Hex 6A 35 33 0 32 34 3A 2 23 1F
Octal 152 65 63 0 62 64 72 2 43 37
Binary 1101010 110101 110011 0 110010 110100 111010 10 100011 11111

Color Harmonies of #6A3533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3533

Black with #6A3533

Text Example


Text Example

White with #6A3533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A3533; }

 p { color: rgb(106,53,51); }

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

background-color css

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

 a { background-color: rgb(106,53,51); }

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

border-color css

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

 span { border-color: rgb(106,53,51); }

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