Html Css Color HEX #6A3332 Persian Plum

📋 copy color: '#6A3332'

red 106 ◦ green 51 ◦ blue 50

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

Shades of Persian Plum #6A3332

Tints of Persian Plum #6A3332

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.64%

 BLUE value IS 50 (19.92% from 255) = 24.15%

R = 51.21%
G = 24.64%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.58

RGB Variations

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

Color information

#6A3332 (or 0x6A3332) is known color: Persian Plum. HEX triplet: 6A, 33 and 32. RGB value is (106,51,50). Sum of RGB (Red+Green+Blue) = 106+51+50=207 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.21% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3332 is #95CCCD. Grayscale: #434343. Windows color (decimal): -9817294 or 3289962. OLE color: 3289962.

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

Color convert

RGB 106 51 50 -
CMYK 0 0.52 0.53 0.58
HSL 1.07º 0.36% 0.31% -
HSV(B) 1.07º 0.53% 0.42% -
XYZ 7.7 5.66 3.7 -
YUV 67.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 106 51 50 0 0.52 0.53 0.58 1.07 0.36 0.31
Hex 6A 33 32 0 34 35 3A 1 24 1F
Octal 152 63 62 0 64 65 72 1 44 37
Binary 1101010 110011 110010 0 110100 110101 111010 1 100100 11111

Color Harmonies of #6A3332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3332

Black with #6A3332

Text Example


Text Example

White with #6A3332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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