Html Css Color HEX #663433 Persian Plum

📋 copy color: '#663433'

red 102 ◦ green 52 ◦ blue 51

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

Shades of Persian Plum #663433

Tints of Persian Plum #663433

RGB

 RED value IS 102 (40.23% from 255) = 49.76%

 GREEN value IS 52 (20.7% from 255) = 25.37%

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

R = 49.76%
G = 25.37%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#663433 (or 0x663433) is known color: Persian Plum. HEX triplet: 66, 34 and 33. RGB value is (102,52,51). Sum of RGB (Red+Green+Blue) = 102+52+51=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #663433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663433 is #99CBCC. Grayscale: #424242. Windows color (decimal): -10079181 or 3355750. OLE color: 3355750.

HSL color Cylindrical-coordinate representation of color #663433: hue angle of 1.18º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #663433 is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 52 51 -
CMYK 0 0.49 0.5 0.6
HSL 1.18º 0.33% 0.3% -
HSV(B) 1.18º 0.5% 0.4% -
XYZ 7.31 5.52 3.81 -
YUV 66.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 102 52 51 0 0.49 0.5 0.6 1.18 0.33 0.3
Hex 66 34 33 0 31 32 3C 1 21 1E
Octal 146 64 63 0 61 62 74 1 41 36
Binary 1100110 110100 110011 0 110001 110010 111100 1 100001 11110

Color Harmonies of #663433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663433

Black with #663433

Text Example


Text Example

White with #663433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663433; }

 p { color: rgb(102,52,51); }

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

background-color css

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

 a { background-color: rgb(102,52,51); }

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

border-color css

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

 span { border-color: rgb(102,52,51); }

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