Html Css Color HEX #663430 Persian Plum

📋 copy color: '#663430'

red 102 ◦ green 52 ◦ blue 48

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

Shades of Persian Plum #663430

Tints of Persian Plum #663430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.76%

R = 50.5%
G = 25.74%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#663430 (or 0x663430) is known color: Persian Plum. HEX triplet: 66, 34 and 30. RGB value is (102,52,48). Sum of RGB (Red+Green+Blue) = 102+52+48=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #663430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663430 is #99CBCF. Grayscale: #424242. Windows color (decimal): -10079184 or 3159142. OLE color: 3159142.

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

Color convert

RGB 102 52 48 -
CMYK 0 0.49 0.53 0.6
HSL 4.44º 0.36% 0.29% -
HSV(B) 4.44º 0.53% 0.4% -
XYZ 7.24 5.49 3.48 -
YUV 66.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 102 52 48 0 0.49 0.53 0.6 4.44 0.36 0.29
Hex 66 34 30 0 31 35 3C 4 24 1D
Octal 146 64 60 0 61 65 74 4 44 35
Binary 1100110 110100 110000 0 110001 110101 111100 100 100100 11101

Color Harmonies of #663430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663430

Black with #663430

Text Example


Text Example

White with #663430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663430; }

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

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

background-color css

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

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

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

border-color css

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

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

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