Html Css Color HEX #66302E Persian Plum

📋 copy color: '#66302E'

red 102 ◦ green 48 ◦ blue 46

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

Shades of Persian Plum #66302E

Tints of Persian Plum #66302E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.49%

 BLUE value IS 46 (18.36% from 255) = 23.47%

R = 52.04%
G = 24.49%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.6

RGB Variations

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

Color information

#66302E (or 0x66302E) is known color: Persian Plum. HEX triplet: 66, 30 and 2E. RGB value is (102,48,46). Sum of RGB (Red+Green+Blue) = 102+48+46=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66302E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66302E is #99CFD1. Grayscale: #3F3F3F. Windows color (decimal): -10080210 or 3027046. OLE color: 3027046.

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

Color convert

RGB 102 48 46 -
CMYK 0 0.53 0.55 0.6
HSL 2.14º 0.38% 0.29% -
HSV(B) 2.14º 0.55% 0.4% -
XYZ 7.03 5.14 3.21 -
YUV 63.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 102 48 46 0 0.53 0.55 0.6 2.14 0.38 0.29
Hex 66 30 2E 0 35 37 3C 2 26 1D
Octal 146 60 56 0 65 67 74 2 46 35
Binary 1100110 110000 101110 0 110101 110111 111100 10 100110 11101

Color Harmonies of #66302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66302E

Black with #66302E

Text Example


Text Example

White with #66302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66302E; }

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

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

background-color css

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

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

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

border-color css

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

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

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